-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodule.json
More file actions
19 lines (19 loc) · 783 Bytes
/
module.json
File metadata and controls
19 lines (19 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "tera-guide",
"options": {
"niceName": "Guide",
"guiName": "TERA-Guide (Classic)",
"settingsFile": "config.json",
"settingsMigrator": "settings_migrator.js",
"settingsVersion": 1
},
"author": "HSDN",
"description": "The dungeon guide module with TTS notifications. Display hints on screen and drawing zones of bosses attacks and mechanics.",
"servers": ["https://raw.githubusercontent.com/tera-classic-mods/tera-guide/master/"],
"supportUrl": "https://github.com/tera-classic-mods/tera-guide/issues",
"dependencies": {
"tera-guide-core": "https://raw.githubusercontent.com/tera-classic-mods/tera-guide-core/master/module.json"
},
"disableAutoUpdate": false,
"version": "9/7/2025"
}