From a9118e937b407544ea397e8aad61c528f0006686 Mon Sep 17 00:00:00 2001 From: MicLieg Date: Sat, 3 Feb 2024 20:20:37 +0100 Subject: [PATCH] add documentation for custom-alert command --- commands/custom-alert.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 commands/custom-alert.md diff --git a/commands/custom-alert.md b/commands/custom-alert.md new file mode 100644 index 0000000..f324f55 --- /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 ` \ No newline at end of file