-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
esssupport.json
57 lines (57 loc) · 1.99 KB
/
esssupport.json
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"embed": {
"color": 15285048,
"timestamp": "{TIMESTAMP_NOW}",
"description": "Chester has a few useful tags and commands you can run in the EssentialsX support channel:",
"footer": {
"text": "Requested by {USER}"
},
"author": {
"name": "EssentialsX: support channel commands",
"url": "https://essentialsx.net/",
"icon_url": "https://avatars0.githubusercontent.com/u/34553309"
},
"fields": [
{
"name": "?ess",
"value": "Shows information about EssentialsX as well as useful links."
},
{
"name": "?breakdown",
"value": "Explains what each EssentialsX module does."
},
{
"name": "?esshelp",
"value": "Shows how to get support with EssentialsX."
},
{
"name": "?etl",
"value": "Explains how to change EssentialsX's default language and customise the messages files."
},
{
"name": "?chathelp",
"value": "Explains how to set up chat formatting with EssentialsX Chat and Vault."
},
{
"name": "?esssupport",
"value": "Lists all EssentialsX support commands."
},
{
"name": "/essc <query>",
"value": "Searches the [commands database](https://essinfo.xeya.me/commands.html) with the given search query.\n*Example: `/essc home` shows all commands related to homes.*"
},
{
"name": "/essp <query>",
"value": "Searches the [permissions database](https://essinfo.xeya.me/permissions.html) with the given search query.\n*Example: `/essp nick` finds all permissions related to nicknames.*"
},
{
"name": "/itemdb <query>",
"value": "Searches **items.json** with the given query.\n*Example: `/itemdb dolphin` finds all items matching \"dolphin\".*"
},
{
"name": "/etl <query>",
"value": "Searches **messages.properties** with the given query.\n*Example: `/etl balancetop` finds all baltop messages.*"
}
]
}
}