-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtooth.json
More file actions
32 lines (32 loc) · 884 Bytes
/
tooth.json
File metadata and controls
32 lines (32 loc) · 884 Bytes
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
{
"format_version": 2,
"tooth": "github.com/AllayMC/AllayLip",
"version": "1.0.2",
"info": {
"name": "Allay",
"description": "The next-generation Minecraft: Bedrock Edition server software",
"author": "AllayMC",
"tags": [],
"avatar_url": "https://raw.githubusercontent.com/AllayMC/Allay/refs/heads/master/docs/assets/logo/allay-chan-640x.png"
},
"asset_url": "https://github.com/AllayMC/AllayLip/releases/download/v1.0.2/allay.zip",
"files": {
"place": [
{
"src": "allay.exe",
"dest": "allay.exe"
}
]
},
"platforms": [
{
"goos": "windows",
"goarch": "amd64",
"commands": {
"post_install": [
".\\allay.exe"
]
}
}
]
}