forked from codeagon/fps-utils
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmodule.json
More file actions
20 lines (20 loc) · 728 Bytes
/
module.json
File metadata and controls
20 lines (20 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"disableAutoUpdate": false,
"name": "fps-utils",
"author": "Risenio",
"homepage": "https://github.com/Risenio/fps-utils/wiki",
"supportUrl": "https://github.com/Risenio/fps-utils/issues",
"readmePath": "./README.md",
"description": "A free script filled with features dedicated to improve your fps.",
"contributors": ["Saegusae","codeagon","SerenTera","Kyoukaya","SaltyMonkey","Leyki"],
"conflicts": ["hide-players","fps-utils-lite","fps-manager"],
"version": "19",
"options": {
"cliName": "FPS",
"guiName": "Fps Utils",
"settingsVersion": 19,
"settingsFile": "config.json",
"settingsMigrator": "./lib/setting_migration.js"
},
"servers": ["https://raw.githubusercontent.com/Risenio/fps-utils/master/"]
}