Releases: Bot-detector/bot-detector
Releases · Bot-detector/bot-detector
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.
v1.3.3
- Updated the Discord icon in the panel to the new branding.
- Fixed percent formatting in the panel when a value is 0 (0.00% instead of .00%).
- Made a small optimization when grabbing player locations when not in an instance.
- The current session uploaded names field is now broken down through the Total/Auto/Manual tabs from 1.3.2.
- The aforementioned tabs have had their padding and centering adjusted.