aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/skyblocker/tabhud/standard/hub.json
blob: cbe5aab4f60185af1cd8749a497b9ed480baa7f4 (plain)
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
{
    "widgets":[
        {
            "name": "ServerWidget",
            "alias": "sw"
        },
        {
            "name": "FireSaleWidget",
            "alias": "fsw"
        }
    ],
    "layout": [
        {
            "op": "align",
            "reference": "leftOfCenter",
            "apply_to": ["sw"]
        },
        {
            "op": "align",
            "reference": "rightOfCenter",
            "apply_to": ["fsw"]
        },
        {
            "op": "align",
            "reference": "verticalCenter",
            "apply_to": ["sw", "fsw"]
        }
    ]
}