Releases: Bot-detector/bot-detector
Releases · Bot-detector/bot-detector
v1.3.9.5
In this release of the bot detector plugin, we’ve incorporated a warning message to promote respectful interactions within our community:
- We’ve introduced a warning message to the plugin interface, visible by default to anyone using/installing the plugin after the update, below the player statistics panel.
- This warning can be removed through the plugin's settings after reading through an acknowledgement message.
- The warning underscores that any form of harassment towards other players based on predictions is strictly forbidden.
We've added the warning as a response to reports of legitimate players being targeted due to plugin predictions. It’s important to remember that our machine learning models are not perfect, particularly for accounts with unique builds or those that deviate from the norm. Let’s maintain a respectful attitude towards each other and steer clear of unnecessary conflicts. After all, harassing a bot doesn’t really accomplish anything.
We appreciate your understanding and cooperation! Let’s work together to keep the game fun for everyone.
Best regards,
The Bot Detector Team
v1.3.9.4
- Separated the option for showing the right-click predict menu item into two, one for game-world players and the other for interfaces.
- Twitter button rebranded to X.
- FlatLaf related fix for buttons on the panel not being correctly highlighted in red/green/yellow.
v1.3.9.3
- Quick fix for FlatLaf (@blankdvth)
v1.3.9.2
- Changed a deprecated variable from Runelite's API.
- Reverted the fix in v1.3.9.1 related to manual detections as the Bot Detector API was updated to accept the flag from the serialized data directly instead of being required through a query parameter.
- Changed the Bot Detector API URL to point to the new subdomain (
api.prd.osrsbotdetector.com
).
v1.3.9.1
v1.3.9
- Patreon link updated on the README as well.
- Slight behind the scene changes with error logging when communicating with the Bot Detector API.
- Added hover tooltips to the Feedback and Flagging panel headers after an error occurred.
- Added a new sister feature to the
Predict
coloring settings. Users may now apply the coloring to the in-gameReport
option as well.- Useful for those who hide the
Predict
option and make use ofPredict on right-click Report
instead. - However, may cause unforeseen issues with other plugins if they rely on the
Report
option's text being unchanged. This is due to the way the color is applied, which is by adding a color tag in front of the option's text. An appropriate warning should display when trying to enable this option.
- Useful for those who hide the
v1.3.8.4
- Fixed dead Patreon link in the plugin's panel. It now points to https://www.patreon.com/Ferrariic.
v1.3.8.3
v1.3.8.2
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.