-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
etl.json
28 lines (28 loc) · 1.12 KB
/
etl.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
{
"embed": {
"color": 15285048,
"timestamp": "{TIMESTAMP_NOW}",
"footer": {
"text": "Requested by {USER}"
},
"author": {
"name": "EssentialsX: translations and custom messages",
"url": "https://essentialsx.net/wiki/Locale.html",
"icon_url": "https://avatars0.githubusercontent.com/u/34553309"
},
"fields": [
{
"name": "Translations",
"value": "EssentialsX comes with support for several languages built-in. For more information about changing the EssentialsX language, [click here](https://essentialsx.net/wiki/Locale.html#switching-language)."
},
{
"name": "Custom Messages",
"value": "You can also customise EssentialsX's messages to your liking, from changing colours to editing nearly every message in the plugin. For more information, [click here](https://essentialsx.net/wiki/Locale.html#customising-messages)."
},
{
"name": "Locale Files",
"value": "You can find all available language files [here.](<https://github.com/EssentialsX/Essentials/tree/2.x/Essentials/src/main/resources>)"
}
]
}
}