
[Suggestion] Prevent people from using scripts to sieve instantly
jinkhya opened this issue ยท 11 comments
Is your feature request related to a problem? Please describe.
People can bypass the time it takes to sieve items with autoclickers/scripts
Describe the solution you'd like
Could it be possible to not accept more right click actions than needed for the time it needs to sieve?
Additional context
This is an example : https://youtu.be/bkIk_NThoWE?t=923
So I have a solution, is there anyone with an autoclicker that could test it out for me? I can't seem to find a good autoclicker for linux
I'm on Ubuntu and you can use
AutoKey
Create a new script and use the following:for i in range(100): mouse.click_relative_self(0, 0, 3);Then just bind it to a hotkey smile
I tried autokey and for whatever reason it doesn't play nice on Fedora
yup that worked !!! nice :)
My hand is right clicking fast but it's not sieving faster, good job !
@jinkhya Sets you on fire right?
lol I was in creative but after swapping to survival it doesn't set me on fire, no.
So I have a solution, is there anyone with an autoclicker that could test it out for me? I can't seem to find a good autoclicker for linux
So I have a solution, is there anyone with an autoclicker that could test it out for me? I can't seem to find a good autoclicker for linux
I'm on Ubuntu and you can use AutoKey
Create a new script and use the following:
for i in range(100):
mouse.click_relative_self(0, 0, 3);
Then just bind it to a hotkey ๐