-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathessconvert.json
27 lines (27 loc) · 938 Bytes
/
essconvert.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
{
"content": "",
"tts": false,
"embeds": [
{
"id": 471889062,
"color": 14814252,
"footer": {
"text": "Requested by {USER}"
},
"author": {
"name": "EssentialsX: Converting Legacy Messages",
"icon_url": "https://avatars.githubusercontent.com/u/34553309?s=200"
},
"fields": [
{
"name": "Converting From 2.20.1 and Lower:",
"value": "1. Stop the server\n2. Delete all EssentialsX jars\n3. Add the new versions\n4. Start the server"
},
{
"name": "Converting After Updating:",
"value": "1. Stop the server\n2. Open `/plugins/Essentials/upgrades-done.yml`\n3. Change `updateLegacyToAdventure: true` to `false`\n4. Start the server\nYour message file should have been moved to the newly created `messages` directory and converted to MiniMessage. If for some reason it was not, ask for help."
}
]
}
]
}