You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ QOL changes that enhances your Hypixel Skyblock experience. Created to add featu
6
6
- Coordinate and angle display (toggleable)
7
7
- Slayer item tracker
8
8
- Slayer API command
9
+
- Skill API command
9
10
10
11
## Commands
11
12
- /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
14
15
- /loot [zombie/spider/wolf] - Returns loot received from the slayer quest.
15
16
- /display [zombie/spider/wolf/off] - Text display for slayer tracker.
16
17
- /move [coords/display][x][y] - Moves text display to specified X and Y coordinates.
17
-
- /slayer <name> - Uses API to get slayer xp for a person. If no name is provided, it checks yours.
18
+
- /slayer <name> - Uses API to get slayer xp of a person. If no name is provided, it checks yours.
19
+
- /skills <name> - Uses API to get skill levlels of a person. If no name is provided, it checks yours.
18
20
19
21
### Notes
20
22
- 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.
21
23
- API commands may take a while depending on your internet connection.
22
24
- 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.
25
+
- An incorrect API key will result in an HTTP error code of 402.
0 commit comments