Releases: Bot-detector/bot-detector
Releases · Bot-detector/bot-detector
v1.3.8.1
- Added a new setting and handling for the API returning null primary confidence (e.g. Stats Too Low). Set the appropriate plugin config option to see the breakdown for these predictions. Disabled by default.
- Added some extra handling to attempt to log and prevent issues with player sightings being saved with instanced coordinates after somehow bypassing instance checks. No guarantee this actually fixes the root cause however.
- Some formatting on the README file to make IntelliJ happy.
- Changed generated
version.txt
file name to prevent collision with other plugins.
v1.3.8
v1.3.7.2
v1.3.7.1
v1.3.7
v1.3.6
- Added a "Feedback Sent" field to the player statistics panel.
- Added the
!bdstats
chat command, allowing plugin users to easily share their plugin stats to other plugin users in-game. - Reorganized the plugin's config into sections.
- Changed the 'Predict' highlight config from a dropdown to two separate color pickers for increased customization.
- Changed name normalization for Discord verification, which should help with players that have
_
or-
in their names. - Fixed the feedback
Unsure
button getting truncated when there's too much stuff in the plugin panel. - Adjusted some padding on the plugin panel.
v1.3.5
- Complete rewrite of the README file. We hope the new README explains our project much better than the old one!
- Added an "Upload Names on Close" option. Disabled by default. When enabled, the plugin will attempt to send collected player data when closing the RuneLite client while logged in, which would otherwise be lost.
- Added a "Neutral" option when sending in Prediction Feedbacks.
- Changed Prediction Feedback to allow Anonymous Users to participate.
- Changed some verbiage around the Feedback panel to better communicate our intention to the player.
- Changed the "Highlight Predict Option - Only Unflagged" feature to "Not Voted/Flagged". The option will stop highlighting when either a Feedback or Flag is sent for a given player, not just when a Flag is sent.
- Fixed Anonymous Warning lingering a little longer than it should on the panel when coming out of Anonymous Mode.
v1.3.4.2
v1.3.4.1
v1.3.4
- Added a configurable textbox field to the feedback panel, used to send detailed feedback (off by default, up to 250 characters).
- Added the right-click predict option to the new clan chat and guest clan chat side windows.
- Added a config to perform the 'predict' option alongside the in-game right-click 'report' option (off by default).
- Added a command
::bdToggleShowDiscordVerificationErrors
/::bdToggleDVE
to toggle showing unsuccessful discord verification messages (show errors by default). - Changed discord verification to accept codes of less than 4 digits, padding the value with zeroes if necessary.
- Changed discord verification error messages to be more descriptive.
- Changed the manual bot flagging to be allowed even when the API returns a prediction with a player ID of
-1
(e.g.: "Not in our database" or "Player not in highscores"). - Fixed a name cutoff substring off by one error when typing a name that's too long in the predict name bar.
- Most methods now have JavaDoc.