File tree 2 files changed +24
-2
lines changed
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
18
18
| [ Update LinuxGSM] ( update-lgsm.md ) | ` ./gameserver update-lgsm ` | ` ./gameserver ul ` |
19
19
| [ Monitor] ( monitor.md ) | ` ./gameserver monitor ` | ` ./gameserver m ` |
20
20
| [ Test Alert] ( test-alert.md ) | ` ./gameserver test-alert ` | ` ./gameserver ta ` |
21
+ | [ Custom Alert] ( custom-alert.md ) | ` ./gameserver custom-alert ` | ` ./gameserver ca ` |
21
22
| [ Update] ( update.md ) | ` ./gameserver update ` | ` ./gameserver u ` |
22
23
| [ Check Update] ( check-update.md ) | ` ./gameserver check-update ` | ` ./gameserver cu ` |
23
24
| [ 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
41
42
42
43
### Rust  ;
43
44
44
-
45
-
46
45
| Command Name | Command | Short |
47
46
| ----------------------------------- | ------------------------ | ----------------- |
48
47
| [ 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