{
|
|
"title": "Boss Bar",
|
|
"description": "Add a souls-like boss healthbar to the scene",
|
|
"version": "1.1",
|
|
"authors": [
|
|
{
|
|
"name": "theripper93",
|
|
"email": "tsplab@gmail.com",
|
|
"url": "https://www.patreon.com/theripper93"
|
|
}
|
|
],
|
|
"languages": [
|
|
{
|
|
"lang": "en",
|
|
"name": "English",
|
|
"path": "languages/en.json"
|
|
},
|
|
{
|
|
"lang": "es",
|
|
"name": "Español",
|
|
"path": "languages/es.json"
|
|
},
|
|
{
|
|
"lang": "de",
|
|
"name": "Deutsch",
|
|
"path": "languages/de.json"
|
|
},
|
|
{
|
|
"lang": "ja",
|
|
"name": "日本語",
|
|
"path": "languages/ja.json"
|
|
}
|
|
],
|
|
"scripts": [
|
|
"scripts/main.js",
|
|
"scripts/BossBar.js",
|
|
"scripts/cameraPan.js"
|
|
],
|
|
"styles": [
|
|
"styles/module.css"
|
|
],
|
|
"packs": [
|
|
{
|
|
"name": "bossbarmacros",
|
|
"label": "Boss Bar Macros",
|
|
"path": "packs/macros.db",
|
|
"type": "Macro",
|
|
"private": false
|
|
}
|
|
],
|
|
"url": "https://github.com/theripper93/Boss-Bar",
|
|
"manifest": "https://github.com/theripper93/Boss-Bar/releases/latest/download/module.json",
|
|
"download": "https://github.com/theripper93/Boss-Bar/releases/download/1.1/module.zip",
|
|
"socket": true,
|
|
"id": "bossbar",
|
|
"relationships": {
|
|
"requires": [
|
|
{
|
|
"id": "socketlib",
|
|
"type": "module",
|
|
"compatibility": {}
|
|
},
|
|
{
|
|
"id": "colorsettings",
|
|
"type": "module",
|
|
"compatibility": {}
|
|
}
|
|
]
|
|
},
|
|
"compatibility": {
|
|
"minimum": "11",
|
|
"verified": "11"
|
|
}
|
|
}
|