Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-12 | Add amount of pets and guild members to commands | bowser0000 | |
2020-09-12 | Add ability to block starting other slayer quests | bowser0000 | |
2020-09-08 | Fix /scg crashing with pet colours | bowser0000 | |
2020-09-05 | Change version to 1.7 | bowser0000 | |
2020-09-05 | Fix config saving wrong floor time | bowser0000 | |
2020-09-05 | Add dungeon time on incomplete runs, remove debugging messages | bowser0000 | |
2020-09-05 | Don't colour dungeon classes, fix /resetloot catacombs and update README | bowser0000 | |
2020-09-04 | Make scale 10x more precise, fix /loot tab complete | bowser0000 | |
2020-09-04 | Add dungeon timer, fix dungeon coins and time tracker | bowser0000 | |
2020-09-03 | Add (untested) coins spent in dungeons | bowser0000 | |
2020-08-29 | Add better Hypixel API error messages | bowser0000 | |
2020-08-29 | Optimize xp to skill level | bowser0000 | |
2020-08-28 | Fix Carrot King not being read from config | bowser0000 | |
2020-08-28 | Add time/creatures since Yeti | bowser0000 | |
Creatures since Yeti should only increment when inside Jerry's Workshop | |||
2020-08-28 | Add coins and time (not working) to dungeons tracker, change pet colours | bowser0000 | |
Change pet colours to the Steam level colours because I'm uncreative | |||
2020-08-27 | Fix pet colours being offset by 1 pixel on some GUI scales | bowser0000 | |
2020-08-27 | Optimize golden enchants | bowser0000 | |
2020-08-26 | Move fishing tracker over to support up to 10 million kills | bowser0000 | |
2020-08-25 | Fix Fuming Potato Book string | bowser0000 | |
2020-08-25 | Fix pet colour when chest isn't 6 rows | bowser0000 | |
2020-08-25 | Fix spirit pet counting, fix tab complete of display | bowser0000 | |
Add catacombs to /display tab complete | |||
2020-08-25 | Add pet background (temporary) colours and fix Jerry Workshop /sbplayers | bowser0000 | |
Colours are temporary, will be changed in a future commit. | |||
2020-08-22 | Add option to disable Spirit Sceptre messages | bowser0000 | |
2020-08-21 | Add keybind for Maddox menu | bowser0000 | |
2020-08-20 | Add option to block AOTD ability | bowser0000 | |
2020-08-20 | Add (unfinished) skyblock players command | bowser0000 | |
Still missing JSON key for Jerry Workshop | |||
2020-08-18 | Add Spirit Bear alerts | bowser0000 | |
2020-08-18 | Remove mandatory parameter from /getkey | bowser0000 | |
No reason to have a parameter if you can't not have a parameter. | |||
2020-08-18 | Merge branch 'development' of https://github.com/bowser0000/SkyblockMod into ↵ | bowser0000 | |
development | |||
2020-08-18 | Fix capitalization of pets | bowser0000 | |
Also move capitalization into Utils | |||
2020-08-18 | Merge pull request #10 from Desco1/development | bowser0000 | |
Added clipboard as a parameter for the getkey command | |||
2020-08-18 | Added clipboard as a parameter for the getkey command | Desco1 | |
2020-08-15 | Remove debugging messages | bowser0000 | |
2020-08-15 | Fix zombie variable saving to wolf config | bowser0000 | |
2020-08-13 | Add Spirit Bow to F4 loot | bowser0000 | |
2020-08-13 | Add chat maddox menu and dungeons tracker | bowser0000 | |
Don't have strings for Spirit Bone, Spirit Boots or Spirit Pet. Hoping that Spirit Pet tracking works. | |||
2020-08-11 | Add option to not split fishing display | bowser0000 | |
2020-08-11 | Make T10 enchants golden | bowser0000 | |
2020-08-09 | Fix some toggles not being saved to config | bowser0000 | |
2020-08-09 | Fix number format of /bank and /slayer | bowser0000 | |
2020-08-09 | Merge pull request #9 from bowser0000/master | bowser0000 | |
Add Discord server | |||
2020-08-09 | Add Discord server | bowser0000 | |
2020-08-09 | Add Discord server | bowser0000 | |
2020-08-08 | v1.6.1 | bowser0000 | |
Add all build files | |||
2020-08-08 | Add alerts for RNGesus dropsv1.6.1 | bowser0000 | |
Had so much trouble with centering the alert text... when all I had to do was not divide by the scale... | |||
2020-08-08 | Add ability to scale text display | bowser0000 | |
2020-08-08 | Add toggle for 20% chance slayer drops counting method | bowser0000 | |
The new method counts the number of times an item has dropped, instead of counting the amount of items that has dropped. This is 100% consistent, unlike the item detecting method. | |||
2020-08-07 | Add dolphin pet milestone to fishing tracker | bowser0000 | |
2020-08-05 | Add ability to reset trackers | bowser0000 | |
With confirmation in case some person decides to randomly type /resetloot | |||
2020-08-03 | Add session option for every tracker | bowser0000 | |
Session tracker counts loot from current Minecraft session. CommandUtils has been renamed to Utils. |