Shaurya4356

Results 11 comments of Shaurya4356

https://github.com/MCCTeam/Minecraft-Console-Client/issues/2017#issuecomment-1122695811 no no, i dont want it for some griefing purpose lmao it happens to be , that my server has realistic tree falll animation and auto sapling placement plugin(most...

https://github.com/MCCTeam/Minecraft-Console-Client/issues/2017#issuecomment-1134392795 fare enough, your concern is also reasonable how about add a autoclicker, with sub-features like modes=hold/click button= left/right delay in case of mode=click it will do the job +...

i want relative position- yes if possible make it block selective, cuz i dont want to break saplings and how to add multiple relative positions?

//MCCScript 1.0 MCC.LoadBot(new CobblestoneMiner()); //MCCScript Extensions public class CobblestoneMiner: ChatBot { Location relativeLocationToMine = Location.Zero; public override void Initialize() { LogToConsole("Bot enabled!"); } public override void Update() { relativeLocationToMine =...

and how to encode spruce log into material, the code for it? material.SpruceLogs?

and yes how to correcting format this relativeLocationToMine = GetCurrentLocation() + new Location(/*RelativeX*/, /*RelativeY*/, /*RelativeZ*/); if i want x+1, y-1, z+2

`//MCCScript 1.0 MCC.LoadBot(new CobblestoneMiner()); //MCCScript Extensions public class CobblestoneMiner: ChatBot { Location relativeLocationToMine = Location.Zero; public override void Initialize() { LogToConsole("Bot enabled!"); } public override void Update() { relativeLocationToMine =...

works, if player is on ground, but i doesn't while player is in minecart it even does not swing his axe in minecart. tried all permutation of possible relative position...

The possible solution is to make mono fetch config from the same folder as mcc,because having same directory for configs cant allow me to have different. Config for each instance...

I tried both and double checked config,same config works well on windows 10 but not in termux