diff options
author | bowser0000 <bowser0000@gmail.com> | 2020-08-08 17:54:18 -0400 |
---|---|---|
committer | bowser0000 <bowser0000@gmail.com> | 2020-08-08 17:54:18 -0400 |
commit | c4636d1916860d77f9c42c9c49f80cc042e7fd0c (patch) | |
tree | 64d8fbc6dbe3d897b1806228992528375134bc71 /README.md | |
parent | b2ecc790a06108339f6e015f1b8c1433a0cd2921 (diff) | |
download | SkyblockMod-c4636d1916860d77f9c42c9c49f80cc042e7fd0c.tar.gz SkyblockMod-c4636d1916860d77f9c42c9c49f80cc042e7fd0c.tar.bz2 SkyblockMod-c4636d1916860d77f9c42c9c49f80cc042e7fd0c.zip |
Add ability to scale text display
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -3,10 +3,10 @@ QOL changes that enhances your Hypixel Skyblock experience. Created to add featu ## Current features - Guild party desktop notifications (toggleable) -- Coordinate and angle display (toggleable) +- Coordinate and angle display (toggleable, graphic display) (scalable) - Golden T6/T4 enchant display (toggleable) -- Slayer item tracker (with graphic display) -- Fishing tracker (with graphic display) +- Slayer item tracker (with graphic display) (scalable) +- Fishing tracker (with graphic display) (scalable) - API commands - Update checker @@ -18,6 +18,7 @@ QOL changes that enhances your Hypixel Skyblock experience. Created to add featu - /loot <zombie/spider/wolf/fishing> [winter/session] - Returns loot received from slayer quests or fishing stats. /loot fishing winter returns winter sea creatures instead. - /display <zombie/spider/wolf/fishing/off> [winter/session] - Text display for trackers. /display fishing winter displays winter sea creatures instead. - /move <coords/display> <x> <y> - Moves text display to specified X and Y coordinates. +- /scale <coords/display> <scale (0.1 - 10) - Scales text display to a specified multipler between 0.1x and 10x. - /resetloot <zombie/spider/wolf/fishing/confirm/cancel> - - Resets loot for trackers. /resetloot confirm confirms the reset. - /slayer [player] - Uses API to get slayer xp of a person. If no name is provided, it checks yours. - /skills [player] - Uses API to get skill levels of a person. If no name is provided, it checks yours. |