Age | Commit message (Collapse) | Author |
|
Add all build files
|
|
Had so much trouble with centering the alert text... when all I had to do was not divide by the scale...
|
|
|
|
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.
|
|
|
|
With confirmation in case some person decides to randomly type /resetloot
|
|
Session tracker counts loot from current Minecraft session. CommandUtils has been renamed to Utils.
|
|
|
|
Right half of the fishing display was covering numbers on the left half if it was in the hundreds/thousands
|
|
|
|
The mod checks for an update once per session when you join a world. /pets was conflicting with the Hypixel command /pets.
|
|
|
|
|
|
Change name -> player in README to match /dhelp
|
|
Fix getting profiles of person with 1 profile with no last_save. Toggles are now off by default.
|
|
Not sorted by xp yet, will be fixed in another commit.
|
|
Add /dhelp which returns list of commands. Add /guildof which returns guild and guildmaster of a person. Swap <> and [] for parameters.
|
|
Also adds dashes to /slayer command.
|
|
|
|
Added API handler which should make future API commands easier to add. Added /slayer command. Added format to numbers based on locale.
|
|
Now allows check again if no items are detected, and removes unicode symbol detection
|
|
In my defence, it looks like one space in chat.
|
|
Added /move command to move text displays. Add colour to messages and error messages in chat. Fixed slayer drops not being tracked.
|
|
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.
|
|
This reverts commit 0f232e1343fc6495d79f61af212b93fbd55e1598.
|
|
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.
|
|
This reverts commit 9ef7d0c75496281946f6139e98095d01f0164ba3.
|
|
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.
|
|
No tracker for token items and 20% drops yet, will come soon.
|
|
Added /setkey [key] and /getkey commands. Created config to store API key and toggled features.
|
|
Features coordinate & angle display, and guild party desktop notifications.
|