-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtooth.json
54 lines (54 loc) · 1.46 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"format_version": 1,
"tooth": "github.com/Fundi1330/Chat-manager",
"version": "1.0.0",
"dependencies": {
"github.com/Tooth-Hub/LiteLoaderBDS": [
[
">=2.9.0"
]
]
},
"information": {
"name": "Chat manager",
"description": "port of java chat manager plugin",
"author": "Fundi1330",
"license": "ISC",
"homepage": "https://github.com/Fundi1330/Chat-manager"
},
"placement": [
{
"source": "main.js",
"destination": "plugins/nodejs/chat-manager/main.js"
},
{
"source": "bot.js",
"destination": "plugins/nodejs/chat-manager/bot.js"
},
{
"source": "chat.js",
"destination": "plugins/nodejs/chat-manager/chat.js"
},
{
"source": "commands.js",
"destination": "plugins/nodejs/chat-manager/commands.js"
},
{
"source": "config.js",
"destination": "plugins/nodejs/chat-manager/config.js"
},
{
"source": "logger.js",
"destination": "plugins/nodejs/chat-manager/logger.js"
},
{
"source": "prefixes.js",
"destination": "plugins/nodejs/chat-manager/prefixes.js"
},
{
"source": "chatmanager/*",
"destination": "plugins/chatmanager/*"
}
],
"possession": []
}