aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorbowser0000 <bowser0000@gmail.com>2020-07-19 23:28:40 -0400
committerbowser0000 <bowser0000@gmail.com>2020-07-19 23:28:40 -0400
commit34234ac4f58c66c3910e635aaaad60ebf08e9b00 (patch)
tree89d86903bca481341568ef66724b43fde9e51e1e /README.md
parent6d60add1ed86653cbb4950b59a642df7b074cd5b (diff)
downloadSkyblockMod-34234ac4f58c66c3910e635aaaad60ebf08e9b00.tar.gz
SkyblockMod-34234ac4f58c66c3910e635aaaad60ebf08e9b00.tar.bz2
SkyblockMod-34234ac4f58c66c3910e635aaaad60ebf08e9b00.zip
Add /skills command, fix /loot commandv1.5.2
Also adds dashes to /slayer command.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0ea4582..21bebb7 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,7 @@ QOL changes that enhances your Hypixel Skyblock experience. Created to add featu
- Coordinate and angle display (toggleable)
- Slayer item tracker
- Slayer API command
+- Skill API command
## Commands
- /toggle [gparty/coords/list] - Toggles features. /toggle list returns values of every toggle.
@@ -14,9 +15,11 @@ 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.
+- /slayer <name> - Uses API to get slayer xp of a person. If no name is provided, it checks yours.
+- /skills <name> - Uses API to get skill levlels of 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.
+- An incorrect API key will result in an HTTP error code of 402.