diff options
Diffstat (limited to 'src/main/resources/assets/skyblocker/tabhud/standard/guest_island.json')
-rw-r--r-- | src/main/resources/assets/skyblocker/tabhud/standard/guest_island.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/main/resources/assets/skyblocker/tabhud/standard/guest_island.json b/src/main/resources/assets/skyblocker/tabhud/standard/guest_island.json new file mode 100644 index 00000000..cc1be77f --- /dev/null +++ b/src/main/resources/assets/skyblocker/tabhud/standard/guest_island.json @@ -0,0 +1,17 @@ +{ + "widgets": [ + { + "name": "GuestServerWidget", + "alias": "gsw" + } + ], + "layout": [ + { + "op": "place", + "where": "center", + "apply_to": [ + "gsw" + ] + } + ] +}
\ No newline at end of file |