Files
pulse/mods/ToneAPI.pulse/mod.json
T
2023-09-03 14:16:16 +02:00

36 lines
813 B
JSON

{
"Name": "ToneAPI.pulse",
"Description": "Displays Tone API kill data in the Stats tab.",
"Version": "2.0.0",
"LoadPriority": 1,
"ConVars": [
{
"Name": "ToneURL",
"DefaultValue": "https://toneapi.ovh/v2/client"
}
],
"Scripts": [
{
"Path":"pulse-common-func.gnut",
"RunOn":"UI"
},
{
"Path": "pulse.gnut",
"RunOn": "UI",
"UICallback": {
"After": "pulseInit"
}
},
{
"Path": "pulse-loeb-component.nut",
"RunOn": "UI",
"UICallback": {
"After": "pulseRegisterWithLoeb"
}
}
],
"Localisation": [
"resource/pulse_%language%.txt"
]
}