-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
38 lines (38 loc) · 1.78 KB
/
data.json
File metadata and controls
38 lines (38 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"commandPrefix": "!",
"helpArray": {
"public": {
"help": "Ask Heimdall to teach you his ways... `[command]` is optional.\nUse: `!help [command]`",
"ping": "Ping Heimdall and hope he honours you with a response.\nUse: `!ping`",
"say": "Ask Heimdall to say something for you.\nUse: `!say [message]`",
"embed": "Ask Heimdall to embed something for you. Anything before a newline is the title, and after it is the description.\nUse: `!embed [title]\n[description]`"
},
"member": {
"status": "Check the status of the Arma 3 servers.\nUse: `!status`",
"get-new-password": "Create a temporary FTP password for use with the FTP \"MMTrainee\" account. The password will be sent to all users mentioned in this command, then they'll each receive temporary login details.\nUse: `!get-new-password [@member] [@member...]`"
},
"nco": {
"run": "Execute a particular command configured on the server.\nUse: `!start [command_preset]`",
"start": "Start a particular server profile. I.e. `!start arma \"Operations Server\"`.\nUse: `!start [server] [server_profile]`\nServers to choose from:\n- `arma`: Arma 3 server",
"stop": "Stop a particular server or only a particular server profile. I.e. `!stop arma` or `!stop arma \"Operations Server\"`.\nUse: `!stop [server] [server_profile (optional)]`\nServers to choose from:\n- `arma`: Arma 3 servers"
},
"command": {
"update": "Update the Heimdall installation.\nUse: `!update`"
}
},
"roleIds": {
"member": "541739531821383691",
"nco": "684153326283128963",
"command": "532684379206451201",
"serverDev": "696099513118490664",
"missionMaker": "537975003245838355"
},
"pongs": ["Pong!", "Whoosh!", "Ouch!"],
"channelIds": {
"log": "597354886543179776",
"testing": "682824177287430185"
},
"notifications" : {
"port": 66
}
}