diff options
author | bowser0000 <bowser0000@gmail.com> | 2020-07-18 22:26:30 -0400 |
---|---|---|
committer | bowser0000 <bowser0000@gmail.com> | 2020-07-18 22:26:30 -0400 |
commit | d1f260be47ea166e77b2e25cd07d6b08ec3e767d (patch) | |
tree | 0acc0db6c83d0cc0c5943809ca15dd6660de902d /README.md | |
parent | 94b09d4895ccffcbb3f96eabb1a5e935fc5221b6 (diff) | |
download | SkyblockMod-d1f260be47ea166e77b2e25cd07d6b08ec3e767d.tar.gz SkyblockMod-d1f260be47ea166e77b2e25cd07d6b08ec3e767d.tar.bz2 SkyblockMod-d1f260be47ea166e77b2e25cd07d6b08ec3e767d.zip |
Add /slayer, API handling and better number formatsv1.5
Added API handler which should make future API commands easier to add. Added /slayer command. Added format to numbers based on locale.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,7 @@ QOL changes that enhances your Hypixel Skyblock experience. Created to add featu - Guild party desktop notifications (toggleable) - Coordinate and angle display (toggleable) - Slayer item tracker +- Slayer API command ## Commands - /toggle [gparty/coords/list] - Toggles features. /toggle list returns values of every toggle. @@ -13,6 +14,9 @@ QOL changes that enhances your Hypixel Skyblock experience. Created to add featu - /loot [zombie/spider/wolf] - Returns loot received from the slayer quest. - /display [zombie/spider/wolf/off] - Text display for slayer tracker. - /move [coords/display] [x] [y] - Moves text display to specified X and Y coordinates. +- /slayer <name> - Uses API to get slayer xp for a person. If no name is provided, it checks yours. ### Notes - Slayer tracker for token drops and 20% chance drops uses a 12x12x12 bounding box centered on the player to detect the drops. If you are out of the range of the item drop, it will not count on the tracker. +- API commands may take a while depending on your internet connection. +- API commands send one request to Mojang and two requests to the Hypixel API. This means doing more than 60 API commands/minute will get you rate-limited. If you have an unlimited Hypixel API key, this is changed to 600 API commands/10 minutes. |