cabaletta / baritone

google maps for block game
GNU Lesser General Public License v3.0
7.25k stars 1.45k forks source link

Crouch when mining block to mine #3214

Open everlyy opened 2 years ago

everlyy commented 2 years ago

Describe your suggestion

Add a option to make the player crouch when it's about to mine a block that it's asked to mine, so that if veinminer or something similar is installed on the server, it instantly mines the entire vein.

Settings

Just a boolean to make the player crouch when they're about to mine a block told to mine.

Context

This will make it more efficient in servers where plugins such as veinminer are installed.

Final checklist

TejasLamba2006 commented 8 months ago

Anyways updates on this one?

ahykono commented 2 months ago

This is a great idea, is it possible to be implemented?

ZacSharp commented 1 month ago

It is implementable for sure (mostly searching for places where it presses CLICK_LEFT and make it press SHIFT as well). Personally I would not do this though, as I don't see "some servers make shift do things so add an option to press it" as a good reason, more so since I've yet to know of such a server which would actually allow Baritone to be used. Additionally this would come with concerns like not pressing shift when the veinmining would mine the block below Baritone, which already requires more information about the server plugin (which blocks will be mined).