aboutsummaryrefslogtreecommitdiff
path: root/me/Danker/commands/DHelpCommand.java
AgeCommit message (Collapse)Author
2020-08-08v1.6.1bowser0000
Add all build files
2020-08-08Add ability to scale text displaybowser0000
2020-08-08Add toggle for 20% chance slayer drops counting methodbowser0000
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-07Add dolphin pet milestone to fishing trackerbowser0000
2020-08-05Add ability to reset trackersbowser0000
With confirmation in case some person decides to randomly type /resetloot
2020-08-03Add session option for every trackerbowser0000
Session tracker counts loot from current Minecraft session. CommandUtils has been renamed to Utils.
2020-08-01Update /dhelp and READMEv1.6bowser0000
2020-07-31Add fishing stats import, move second fishing displaybowser0000
Right half of the fishing display was covering numbers on the left half if it was in the hundreds/thousands
2020-07-30Add fishing trackerbowser0000
2020-07-29Add update checker, change /pets -> /petsofv1.5.5bowser0000
The mod checks for an update once per session when you join a world. /pets was conflicting with the Hypixel command /pets.
2020-07-25Make T6/T4 enchants goldenbowser0000
2020-07-24Add /armor, changes to READMEv1.5.3bowser0000
Change name -> player in README to match /dhelp
2020-07-24Add /bank, other small changesbowser0000
Fix getting profiles of person with 1 profile with no last_save. Toggles are now off by default.
2020-07-22Add /pets commandbowser0000
Not sorted by xp yet, will be fixed in another commit.
2020-07-20/dhelp, /guildof, fix bracketsbowser0000
Add /dhelp which returns list of commands. Add /guildof which returns guild and guildmaster of a person. Swap <> and [] for parameters.