generated from LiteLDev/levilamina-mod-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtooth.json
More file actions
27 lines (27 loc) · 836 Bytes
/
tooth.json
File metadata and controls
27 lines (27 loc) · 836 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
{
"format_version": 2,
"tooth": "github.com/ZMBlocks/LL-TpOfflinePlayer",
"version": "1.0.0",
"info": {
"name": "TpOfflinePlayer - TP离线玩家",
"description": "Teleporting Offline Players - 可以传送离线玩家",
"author": "啥也不会的子沐呀",
"tags": [
"platform:levilamina",
"type:mod"
]
},
"asset_url": "https://github.com/ZMBlocks/LL-TpOfflinePlayer/releases/download/v1.0.0/LL-TpOfflinePlayer-windows-x64.zip",
"prerequisites": {
"github.com/LiteLDev/LeviLamina": ">=1.0.0",
"github.com/GroupMountain/GMLIB": ">=0.13.10"
},
"files": {
"place": [
{
"src": "LL-TpOfflinePlayer/*",
"dest": "plugins/LL-TpOfflinePlayer/"
}
]
}
}