forked from SaltyMonkey/skill-prediction
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodule.json
More file actions
16 lines (16 loc) · 860 Bytes
/
module.json
File metadata and controls
16 lines (16 loc) · 860 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"disableAutoUpdate": false,
"name": "skill-prediction",
"author": "Pinkie Pie / many others",
"description": "Simulates skills client-side, eliminating ping-based delays and animation lock.",
"options": {
"cliName": "PSP",
"guiName": "Skill Prediction",
"settingsVersion": 4,
"settingsFile": "settings.json",
"settingsMigrator": "migration.js"
},
"servers": ["https://raw.githubusercontent.com/WithoutLogic/skill-prediction/master/"],
"supportUrl": "https://github.com/tera-mods/skill-prediction/issues",
"conflicts": ["zsync","aa-zsync","cooldowns","cooldowns-master","fastfire","fastfire-master","fast-fire","fast-fire-master","lockons","lockons-master","lockons-light","lockons-light-master","ping-compensation","ping-remover","skill-prediction-master","skill-prediction-plus"]
}