File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff 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 ` |
Original file line number Diff line number Diff line change 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> `
You can’t perform that action at this time.
0 commit comments