From 82db1d8628881745eadfa51c7e946c4780c752bb Mon Sep 17 00:00:00 2001 From: MicLieg <38057464+MicLieg@users.noreply.github.com> Date: Wed, 6 Mar 2024 03:45:07 +0100 Subject: [PATCH] feat: add documentation for custom-alert command --- commands/README.md | 3 +-- commands/custom-alert.md | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 commands/custom-alert.md diff --git a/commands/README.md b/commands/README.md index 84d6125..2437c54 100644 --- a/commands/README.md +++ b/commands/README.md @@ -18,6 +18,7 @@ Replace `./gameserver` with the actual script name. Every command has a short ve | [Update LinuxGSM](update-lgsm.md) | `./gameserver update-lgsm` | `./gameserver ul` | | [Monitor](monitor.md) | `./gameserver monitor` | `./gameserver m` | | [Test Alert](test-alert.md) | `./gameserver test-alert` | `./gameserver ta` | +| [Custom Alert](custom-alert.md) | `./gameserver custom-alert` | `./gameserver ca` | | [Update](update.md) | `./gameserver update` | `./gameserver u` | | [Check Update](check-update.md) | `./gameserver check-update` | `./gameserver cu` | | [Force Update](force-update.md) | `./gameserver force-update` | `./gameserver fu` | @@ -41,8 +42,6 @@ Replace `./gameserver` with the actual script name. Every command has a short ve ### Rust - - | Command Name | Command | Short | | ----------------------------------- | ------------------------ | ----------------- | | [Full Wipe](./#rust) | `./rustserver full-wipe` | `./rustserver fw` | diff --git a/commands/custom-alert.md b/commands/custom-alert.md new file mode 100644 index 0000000..79451a0 --- /dev/null +++ b/commands/custom-alert.md @@ -0,0 +1,23 @@ +# custom-alert + +The `custom-alert` command is used to send a custom alert message and provides the option to select a custom alert title. + +## Commands + +Standard: `./gameserver custom-alert` + +Short: `./gameserver ca` + +## Advanced Commands + +### Without Custom alert title + +Standard: `./gameserver custom-alert ` + +Short: `./gameserver ca ` + +### With Custom alert title + +Standard: `./gameserver custom-alert ` + +Short: `./gameserver ca `