From 8ce07f5b4b4c7d8cef95dd613885e5219ce6a6a2 Mon Sep 17 00:00:00 2001 From: bowser0000 Date: Mon, 13 Jul 2020 17:42:57 -0400 Subject: /move command, colours and slayer fix Added /move command to move text displays. Add colour to messages and error messages in chat. Fixed slayer drops not being tracked. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5987e23..98a9955 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ QOL changes that enhances your Hypixel Skyblock experience. Created to add featu - /setkey [key] - Sets API key. - /getkey - Returns key set with /setkey. - /loot [zombie/spider/wolf] - Returns loot received from the slayer quest. -- /display [zombie/spider/wolf/off] - Text display for slayer tracker +- /display [zombie/spider/wolf/off] - Text display for slayer tracker. +- /move [coords/display] [x] [y] - Moves text display to specified X and Y coordinates. ### 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. -- cgit