-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtooth.json
More file actions
29 lines (28 loc) · 819 Bytes
/
tooth.json
File metadata and controls
29 lines (28 loc) · 819 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
{
"format_version": 2,
"tooth": "github.com/LeafKnife/SignIn",
"version": "0.1.1",
"info": {
"name": "SignIn",
"description": "Minecraft 基岩版服务器(BDS) 签到插件",
"author": "LWenK",
"tags": [
"platform:levilamina",
"type:mod"
],
"avatar_url":"https://github.com/LeafKnife/SignIn/raw/main/logo.png"
},
"asset_url": "https://github.com/LeafKnife/SignIn/releases/download/v$(version)/SignIn-windows-x64.zip",
"prerequisites": {
"github.com/LiteLDev/LeviLamina": ">=1.3.0",
"github.com/GroupMountain/GMLIB-Release": ">=1.3.0"
},
"files": {
"place": [
{
"src": "SignIn/*",
"dest": "plugins/SignIn/"
}
]
}
}