forked from tera-tools/banker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
26 lines (26 loc) · 897 Bytes
/
module.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
{
"name": "banker",
"description": "Deposit items faster from inventory/pockets to any bank type you'd like to. With intuitive blacklisting mode, human-like delays and more.",
"author": "aurelius88 / tera-tools",
"version": "1.3.10",
"options": {
"niceName": "Banker",
"guiName": "Banker",
"loadOn": "versioncheck",
"reloadable": true,
"settingsVersion": 4,
"settingsFile": "config.json",
"settingsMigrator": "settings.js",
"settingsAutosaveOnClose": true
},
"supportUrl": "https://github.com/aurelius88/banker",
"servers": ["https://raw.githubusercontent.com/aurelius88/banker/master/"],
"packets": {
"C_GET_WARE_ITEM": [3,4],
"C_PUT_WARE_ITEM": 3,
"C_VIEW_WARE": 2,
"S_CANCEL_CONTRACT": 1,
"S_REQUEST_CONTRACT": 2,
"S_VIEW_WARE_EX": [2,3]
}
}