-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathversioner.json
50 lines (50 loc) · 1.1 KB
/
versioner.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
{
"versionName": "2.0.0",
"versionCode": 1,
"versionFormat": "%versionName%.%versionCode%.%versionGroup%",
"sponsors": [],
"sponsorMessage": [
"",
{
"text": "您的赞助是我创作的动力,感谢赞助!",
"color": "gold"
},
{
"text": "\n"
},
{
"text": "成为赞助者!",
"color": "red",
"bold": true,
"underlined": true,
"clickEvent": {
"action": "open_url",
"value": "https://afdian.net/@eys2008lu493992"
}
}
],
"changelogs": {
"2.0.0": [
"第一个贪婪整合包2版本"
]
},
"variables": {
"versionGroup": 0
},
"welcomeMessage": [
"",
{
"text": "欢迎游玩",
"color": "gold"
},
{
"text": "贪婪整合包II:重生",
"bold": true,
"color": "aqua"
},
{
"text": "!",
"color": "gold"
}
]
}