-
Notifications
You must be signed in to change notification settings - Fork 1
/
details.json
47 lines (47 loc) · 1.29 KB
/
details.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"author": "inc0der | LunaTechsDev",
"category": 3,
"defaultParameters": [
{
"defaultValue": { "k": 10, "v": true },
"description": "Display the leaders face picture?",
"id": -1,
"name": "Display Face"
},
{
"defaultValue": { "k": 37, "v": 3 },
"description": "The health statistic used for health",
"id": -1,
"name": "Health Stat"
},
{
"defaultValue": { "k": 37, "v": 2 },
"description": "The experience statistic used for displaying the leaders experience",
"id": -1,
"name": "Experience Stat"
}
],
"description": "A plugin which adds a HUD to the map which displays the current party leader information",
"name": "OrigamiHUD",
"parameters": [
{
"defaultValue": { "k": 10, "v": true },
"description": "Display the leaders face picture?",
"id": -1,
"name": "Display Face"
},
{
"defaultValue": { "k": 37, "v": 3 },
"description": "The health statistic used for health",
"id": -1,
"name": "Health Stat"
},
{
"defaultValue": { "k": 37, "v": 2 },
"description": "The experience statistic used for displaying the leaders experience",
"id": -1,
"name": "Experience Stat"
}
],
"website": "https://lunatechs.dev"
}