forked from GroupMountain/ChatFormatter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtooth.json
28 lines (28 loc) · 795 Bytes
/
tooth.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
{
"format_version": 2,
"tooth": "github.com/GroupMountain/ChatFormatter",
"version": "0.10.1",
"info": {
"name": "ChatFormatter",
"description": "Custom chat format, support placeholder api.",
"author": "GroupMountain",
"source": "github.com/GroupMountain/ChatFormatter",
"tags": [
"levilamina",
"chat",
"gmlib"
]
},
"asset_url": "https://github.com/GroupMountain/ChatFormatter/releases/download/v0.10.1/ChatFormatter-windows-x64.zip",
"dependencies": {
"github.com/GroupMountain/GMLIB": ">=0.10.0"
},
"files": {
"place": [
{
"src": "ChatFormatter/*",
"dest": "plugins/ChatFormatter"
}
]
}
}