diff options
Diffstat (limited to 'src/main/resources/assets/skyblocker/tabhud/standard/hub.json')
-rw-r--r-- | src/main/resources/assets/skyblocker/tabhud/standard/hub.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/main/resources/assets/skyblocker/tabhud/standard/hub.json b/src/main/resources/assets/skyblocker/tabhud/standard/hub.json new file mode 100644 index 00000000..cbe5aab4 --- /dev/null +++ b/src/main/resources/assets/skyblocker/tabhud/standard/hub.json @@ -0,0 +1,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"] + } + ] +}
\ No newline at end of file |