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 `