This repository was archived by the owner on Jun 21, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtooth.json
More file actions
46 lines (46 loc) · 1.42 KB
/
tooth.json
File metadata and controls
46 lines (46 loc) · 1.42 KB
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
{
"format_version": 2,
"tooth": "github.com/ZMBlocks/BDS-Package",
"version": "1.1.3",
"info": {
"name": "BDS整合包",
"description": "一键安装+配置BDS基础设施",
"author": "ZMBlocks",
"tags": [
"levilamina",
"bds",
"minecraft",
"mc",
"server"
]
},
"asset_url": "https://github.com/ZMBlocks/BDS-Package/releases/download/v$(version)/other.zip",
"dependencies": {
"github.com/LiteLDev/LeviLamina": "1.0.1",
"gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": "0.9.7",
"gitea.litebds.com/LiteLDev/legacy-script-engine-lua": "0.9.7",
"gitea.litebds.com/LiteLDev/legacy-script-engine-nodejs": "0.9.7",
"github.com/LiteLDev/MoreDimensions": "0.5.0",
"github.com/LiteLDev/LeviOptimize": "0.4.0",
"github.com/LiteLDev/LeviAntiCheat": "0.4.5",
"github.com/MiracleForest/iListenAttentively-Release": "0.2.3",
"github.com/ShrBox/BackupHelper": "0.6.1"
},
"files": {
"place": [
{
"src": ".lip/*",
"dest": ".lip"
},
{
"src": "plugins/*",
"dest": "plugins"
},
{
"src": "server.properties",
"dest": "server.properties"
}
],
"remove": []
}
}