Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2020-08-02 | Add tab complete to commands | bowser0000 | |
2020-08-02 | Force US locale, fix Sea Witch string | bowser0000 | |
2020-08-01 | Update /dhelp and READMEv1.6 | bowser0000 | |
2020-07-31 | Add fishing stats import, move second fishing display | bowser0000 | |
Right half of the fishing display was covering numbers on the left half if it was in the hundreds/thousands | |||
2020-07-30 | Add fishing tracker | bowser0000 | |
2020-07-29 | Add update checker, change /pets -> /petsofv1.5.5 | bowser0000 | |
The mod checks for an update once per session when you join a world. /pets was conflicting with the Hypixel command /pets. | |||
2020-07-27 | Change RNG timestamp from int to doublev1.5.4 | bowser0000 | |
2020-07-25 | Make T6/T4 enchants golden | bowser0000 | |
2020-07-24 | Add /armor, changes to READMEv1.5.3 | bowser0000 | |
Change name -> player in README to match /dhelp | |||
2020-07-24 | Add /bank, other small changes | bowser0000 | |
Fix getting profiles of person with 1 profile with no last_save. Toggles are now off by default. | |||
2020-07-24 | Fix rare case of no last_save | bowser0000 | |
2020-07-23 | Fix last_save profile values | bowser0000 | |
Sometimes the last_save would rollover into the negatives, and would return null profile. | |||
2020-07-23 | Sort pets by xp | bowser0000 | |
2020-07-22 | Add /pets command | bowser0000 | |
Not sorted by xp yet, will be fixed in another commit. | |||
2020-07-20 | /dhelp, /guildof, fix brackets | bowser0000 | |
Add /dhelp which returns list of commands. Add /guildof which returns guild and guildmaster of a person. Swap <> and [] for parameters. | |||
2020-07-19 | Add /skills command, fix /loot commandv1.5.2 | bowser0000 | |
Also adds dashes to /slayer command. | |||
2020-07-19 | Merge branch 'master' of https://github.com/bowser0000/SkyblockMod | bowser0000 | |
2020-07-19 | Move requests into API handler for future API commands | bowser0000 | |
2020-07-18 | Update README.md | bowser0000 | |
2020-07-18 | Add /slayer, API handling and better number formatsv1.5 | bowser0000 | |
Added API handler which should make future API commands easier to add. Added /slayer command. Added format to numbers based on locale. | |||
2020-07-15 | Fix slayer drops not being counted | bowser0000 | |
Now allows check again if no items are detected, and removes unicode symbol detection | |||
2020-07-13 | Add two spaces to slayer dropsv1.4.2 | bowser0000 | |
In my defence, it looks like one space in chat. | |||
2020-07-13 | /move command, colours and slayer fixv1.4.1 | bowser0000 | |
Added /move command to move text displays. Add colour to messages and error messages in chat. Fixed slayer drops not being tracked. | |||
2020-07-11 | More commands and notes | bowser0000 | |
2020-07-11 | Add tracker and display for all slayer dropsv1.4 | bowser0000 | |
Added token and 20% chance slayer drops. Also added display for the slayer tracker with /display. This was more difficult than I thought. I first tried to use the PlayerEvent.ItemPickupEvent event, but it was server side only. Then I tried to use the ClientChatReceivedEvent event, but the boss slain message was sent to late. Ultimately, I decided on the PlaySoundEvent event, which waits for the noise for when a slayer boss dies. I also have no idea what I'm doing with these commits, don't look at history. | |||
2020-07-11 | Revert "Revert "Add tracker and display for all slayer drops"" | bowser0000 | |
This reverts commit 8a87957922a40ed3f29356098ee231e3338b1922. | |||
2020-07-11 | Revert "Add tracker and display for all slayer drops" | bowser0000 | |
This reverts commit 0f232e1343fc6495d79f61af212b93fbd55e1598. |