Skip to content

Commit 82db1d8

Browse files
committed
feat: add documentation for custom-alert command
1 parent 6fd1228 commit 82db1d8

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

commands/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Replace `./gameserver` with the actual script name. Every command has a short ve
1818
| [Update LinuxGSM](update-lgsm.md) | `./gameserver update-lgsm` | `./gameserver ul` |
1919
| [Monitor](monitor.md) | `./gameserver monitor` | `./gameserver m` |
2020
| [Test Alert](test-alert.md) | `./gameserver test-alert` | `./gameserver ta` |
21+
| [Custom Alert](custom-alert.md) | `./gameserver custom-alert` | `./gameserver ca` |
2122
| [Update](update.md) | `./gameserver update` | `./gameserver u` |
2223
| [Check Update](check-update.md) | `./gameserver check-update` | `./gameserver cu` |
2324
| [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
4142

4243
### Rust 
4344

44-
45-
4645
| Command Name | Command | Short |
4746
| ----------------------------------- | ------------------------ | ----------------- |
4847
| [Full Wipe](./#rust) | `./rustserver full-wipe` | `./rustserver fw` |

commands/custom-alert.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# custom-alert
2+
3+
The `custom-alert` command is used to send a custom alert message and provides the option to select a custom alert title.
4+
5+
## Commands
6+
7+
Standard: `./gameserver custom-alert`
8+
9+
Short: `./gameserver ca`
10+
11+
## Advanced Commands
12+
13+
### Without Custom alert title
14+
15+
Standard: `./gameserver custom-alert <custom alert message>`
16+
17+
Short: `./gameserver ca <custom alert message>`
18+
19+
### With Custom alert title
20+
21+
Standard: `./gameserver custom-alert <custom alert message> <custom alert title>`
22+
23+
Short: `./gameserver ca <your custom alert message> <custom alert title>`

0 commit comments

Comments
 (0)