diff options
author | bowser0000 <bowser0000@gmail.com> | 2020-07-24 20:36:19 -0400 |
---|---|---|
committer | bowser0000 <bowser0000@gmail.com> | 2020-07-24 20:36:19 -0400 |
commit | b7a8386d5d34b28e4f63a3b5f21b21620dafdbf0 (patch) | |
tree | ac09a46f37c80b028db5d5d2872819c0eda9285d /README.md | |
parent | b8de3d5ddc0032a96189250e43779af525a31580 (diff) | |
download | SkyblockMod-b7a8386d5d34b28e4f63a3b5f21b21620dafdbf0.tar.gz SkyblockMod-b7a8386d5d34b28e4f63a3b5f21b21620dafdbf0.tar.bz2 SkyblockMod-b7a8386d5d34b28e4f63a3b5f21b21620dafdbf0.zip |
Add /armor, changes to READMEv1.5.3
Change name -> player in README to match /dhelp
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -15,11 +15,12 @@ QOL changes that enhances your Hypixel Skyblock experience. Created to add featu - /loot <zombie/spider/wolf> - Returns loot received from slayer quests. - /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 of a person. If no name is provided, it checks yours. -- /skills [name] - Uses API to get skill levels of a person. If no name is provided, it checks yours. -- /guildof [name] - Uses API to get guild name and guild master of a person. If no name is provided, it checks yours. -- /pets [name] - Uses API to get pets of a person. If no name is provided, it checks yours. -- /bank [name] - Uses API to get bank and purse coins of a person. If no name is provided, it checks yours. +- /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. +- /guildof [player] - Uses API to get guild name and guild master of a person. If no name is provided, it checks yours. +- /pets [player] - Uses API to get pets of a person. If no name is provided, it checks yours. +- /bank [player] - Uses API to get bank and purse coins of a person. If no name is provided, it checks yours. +- /armor [player] - Uses API to get armour 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. |