acceptableThrowawayItems
List<Item>DIRT, COBBLESTONE, NETHERRACK, STONEBlocks that Baritone is allowed to place (as throwaway, for sneak bridging, pillaring, etc.)
#set acceptableThrowawayItems <value>sourceEvery setting Baritone exposes, with its type, default value and description. Almost every aspect of Baritone is controlled from here.
#set <setting> <value>#set <setting>#set toggle <setting>#set reset <setting>#set modifiedSettings are saved to minecraft/baritone/settings.txt automatically. Setting names are case insensitive.
DIRT, COBBLESTONE, NETHERRACK, STONEBlocks that Baritone is allowed to place (as throwaway, for sneak bridging, pillaring, etc.)
#set acceptableThrowawayItems <value>sourcetrueAllow Baritone to break blocks
#set allowBreak falsesource(empty)Blocks that baritone will be allowed to break even with allowBreak set to false
#set allowBreakAnyway <value>sourcefalseAllow diagonal ascending
Actually pretty safe, much safer than diagonal descend tbh
#set allowDiagonalAscend truesourcefalseAllow descending diagonally
Safer than allowParkour yet still slightly unsafe, can make contact with unchecked adjacent blocks, so it's unsafe in the nether.
For a generic "take some risks" mode I'd turn on this one, parkour, and parkour place.
#set allowDiagonalDescend truesourcetrueAllow mining the block directly beneath its feet
Turn this off to force it to make more staircases and less shafts
#set allowDownward falsesourcefalseAllow Baritone to move items in your inventory to your hotbar
#set allowInventory truesourcefalseJust here so mods that use the API don't break. Does nothing.
#set allowJumpAt256 truesourcefalseIf true, parkour is allowed to make jumps when standing on blocks at the maximum height, so player feet is y=256
Defaults to false because this fails on constantiam. Please let me know if this is ever disabled. Please.
#set allowJumpAtBuildLimit truesourcefalseThis will only allow baritone to mine exposed ores, can be used to stop ore obfuscators on servers that use them.
#set allowOnlyExposedOres truesource1When allowOnlyExposedOres is enabled this is the distance around to search.
It is recommended to keep this value low, as it dramatically increases calculation times.
#set allowOnlyExposedOresDistance 1sourcetrueIs it okay to sprint through a descend followed by a diagonal? The player overshoots the landing, but not enough to fall off. And the diagonal ensures that there isn't lava or anything that's !canWalkInto in that space, so it's technically safe, just a little sketchy.
Note: this is *not* related to the allowDiagonalDescend setting, that is a completely different thing.
#set allowOvershootDiagonalDescend falsesourcefalseYou know what it is
But it's very unreliable and falls off when cornering like all the time so.
It also overshoots the landing pretty much always (making contact with the next block over), so be careful
#set allowParkour truesourcetrueThis should be monetized it's so good
Defaults to true, but only actually takes effect if allowParkour is also true
#set allowParkourAscend falsesourcefalseActually pretty reliable.
Doesn't make it any more dangerous compared to just normal allowParkour th
#set allowParkourPlace truesourcetrueAllow Baritone to place blocks
#set allowPlace falsesourcetrueAllow Baritone to place blocks in flowing fluid
#set allowPlaceInFluidsFlow falsesourcetrueAllow Baritone to place blocks in fluid source blocks
#set allowPlaceInFluidsSource falsesourcetrueAllow Baritone to sprint
#set allowSprint falsesourcefalseEnables some more advanced vine features. They're honestly just gimmicks and won't ever be needed in real pathing scenarios. And they can cause Baritone to get trapped indefinitely in a strange scenario.
Almost never turn this on lol
#set allowVines truesourcetrueSlab behavior is complicated, disable this for higher path reliability. Leave enabled if you have bottom slabs everywhere in your base.
#set allowWalkOnBottomSlab falsesourcetrueAllow Baritone to fall arbitrary distances and place a water bucket beneath it. Reliability: questionable.
#set allowWaterBucketFall falsesourcetrueWill cause some minor behavioral differences to ensure that Baritone works on anticheats.
At the moment this will silently set the player's rotations when using freeLook so you're not sprinting in directions other than forward, which is picken up by more "advanced" anticheats like AAC, but not NCP.
#set antiCheatCompatibility falsesourcefalseDisable baritone's auto-tool at runtime, but still assume that another mod will provide auto tool functionality
Specifically, path calculation will still assume that an auto tool will run at execution time, even though Baritone itself will not do that.
#set assumeExternalAutoTool truesourcefalseAssume safe walk functionality; don't sneak on a backplace traverse.
Warning: if you do something janky like sneak-backplace from an ender chest, if this is true it won't sneak right click, it'll just right click, which means it'll open the chest instead of placing against it. That's why this defaults to off.
#set assumeSafeWalk truesourcefalseAssume step functionality; don't jump on an Ascend.
#set assumeStep truesourcefalseIf you have Fire Resistance and Jesus then I guess you could turn this on lol
#set assumeWalkOnLava truesourcefalseAllow Baritone to assume it can walk on still water just like any other block. This functionality is assumed to be provided by a separate library that might have imported Baritone.
Note: This will prevent some usage of the frostwalker enchantment, like pillaring up from water.
#set assumeWalkOnWater truesourcetrueAutomatically select the best available tool
#set autoTool falsesourcefalseToggle the following 4 settings
They have a noticeable performance impact, so they default off
Specifically, building up the avoidance map on the main thread before pathing starts actually takes a noticeable amount of time, especially when there are a lot of mobs around, and your game jitters for like 200ms while doing so
#set avoidance truesource.1this multiplies the break speed, if set above 1 it's "encourage breaking" instead
#set avoidBreakingMultiplier .1sourcetrueIf this setting is true, Baritone will never break a block that is adjacent to an unsupported falling block.
I.E. it will never trigger cascading sand / gravel falls
#set avoidUpdatingFallingBlocks falsesource120The "axis" command (aka GoalAxis) will go to a axis, or diagonal axis, at this Y level.
#set axisHeight 120sourcefalseFill in blocks behind you
#set backfill truesource0.5Set to 1.0 to effectively disable this feature
#set backtrackCostFavoringCoefficient 0.5sourcetrueWhen GetToBlockProcess or MineProcess fails to calculate a path, instead of just giving up, mark the closest instance of that block as "unreachable" and go towards the next closest. GetToBlock expands this search to the whole "vein"; MineProcess does not. This is because MineProcess finds individual impossible blocks (like one block in a vein that has gravel on top then lava, so it can't break) Whereas GetToBlock should blacklist the whole "vein" if it can't get to any of them.
#set blacklistClosestOnFailure falsesource2This is just a tiebreaker to make it less likely to break blocks if it can avoid it. For example, fire has a break cost of 0, this makes it nonzero, so all else being equal it will take an otherwise equivalent route that doesn't require it to put out fire.
#set blockBreakAdditionalPenalty 2source6How many ticks between breaking a block and starting to break the next block. Default in game is 6 ticks. Values under 1 will be clamped. The delay only applies to non-instant (1-tick) breaks.
#set blockBreakSpeed 6sourcefalseBreak and place blocks without having to force the client-sided rotations. Requires freeLook.
#set blockFreeLook truesource20It doesn't actually take twenty ticks to place a block, this cost is so high because we want to generally conserve blocks which might be limited.
Decrease to make Baritone more often consider paths that would require placing blocks
#set blockPlacementPenalty 20source4.5Block reach distance
#set blockReachDistance 4.5sourcenew ArrayList<>( // Leave Empty by Default )Blocks that Baritone will attempt to avoid (Used in avoidance)
#set blocksToAvoid <value>source// TODO can this be a HashSet or ImmutableSet? Blocks.CRAFTING_TABLE, FURNACE, CHEST, TRAPPED_CHESTblocks that baritone shouldn't break, but can if it needs to.
#set blocksToAvoidBreaking <value>sourcenew ArrayList<>( // Leave Empty by Default )Blocks that Baritone is not allowed to break
#set blocksToDisallowBreaking <value>source10Multiply the cost of breaking a block that's correct in the builder's schematic by this coefficient
#set breakCorrectBlockPenaltyMultiplier 10sourcefalseAllow standing above a block while mining it, in BuilderProcess
Experimental
#set breakFromAbove truesource5Distance to scan every tick for updates. Expanding this beyond player reach distance (i.e. setting it to 6 or above) is only necessary in very large schematics where rescanning the whole thing is costly.
#set builderTickScanRadius 5source(empty)A list of blocks to be treated as if they're air.
If a schematic asks for air at a certain position, and that position currently contains a block on this list, it will be treated as correct.
#set buildIgnoreBlocks <value>sourcefalseIf this is true, the builder will ignore directionality of certain blocks like glazed terracotta.
#set buildIgnoreDirection truesourcefalseIf this is true, the builder will treat all non-air blocks as correct. It will only place new blocks.
#set buildIgnoreExisting truesource(empty)A list of names of block properties the builder will ignore.
#set buildIgnoreProperties <value>sourcefalseDon't consider the next layer in builder until the current one is done
#set buildInLayers truesourcefalseOnly build the selected part of schematics
#set buildOnlySelection truesourcenew Vec3i(0, 0, 0)How far to move before repeating the build. 0 to disable repeating on a certain axis, 0,0,0 to disable entirely
#set buildRepeat <value>source-1How many times to buildrepeat. -1 for infinite.
#set buildRepeatCount -1sourcetrueDon't notify schematics that they are moved. e.g. replacing will replace the same spots for every repetition Mainly for backward compatibility.
#set buildRepeatSneaky falsesourceMirror.NONEMirrors the schematic before building it. Possible values are
#set buildSchematicMirror <value>sourceRotation.NONERotates the schematic before building it. Possible values are
#set buildSchematicRotation <value>source(empty)A list of blocks to be treated as correct.
If a schematic asks for any block on this list at a certain position, it will be treated as correct, regardless of what it currently is.
#set buildSkipBlocks <value>source(empty)A mapping of blocks to blocks to be built instead
If a schematic asks for a block on this mapping, Baritone will place the first placeable block in the mapped list
Usage Syntax:
sourceblockA->blockToSubstituteA1,blockToSubstituteA2,...blockToSubstituteAN,sourceBlockB->blockToSubstituteB1,blockToSubstituteB2,...blockToSubstituteBN,...sourceBlockX->blockToSubstituteX1,blockToSubstituteX2...blockToSubstituteXN
Example:
stone->cobblestone,andesite,oak_planks->birch_planks,acacia_planks,glass
#set buildSubstitutes <value>source(empty)A mapping of blocks to blocks treated as correct in their position
If a schematic asks for a block on this mapping, all blocks on the mapped list will be accepted at that location as well
Syntax same as buildSubstitutes
#set buildValidSubstitutes <value>source-1Cached chunks (regardless of if they're in RAM or saved to disk) expire and are deleted after this number of seconds -1 to disable
I would highly suggest leaving this setting disabled (-1).
The only valid reason I can think of enable this setting is if you are extremely low on disk space and you play on multiplayer, and can't take (average) 300kb saved for every 512x512 area. (note that more complicated terrain is less compressible and will take more space)
However, simply discarding old chunks because they are old is inadvisable. Baritone is extremely good at correcting itself and its paths as it learns new information, as new chunks load. There is no scenario in which having an incorrect cache can cause Baritone to get stuck, take damage, or perform any action it wouldn't otherwise, everything is rechecked once the real chunk is in range.
Having a robust cache greatly improves long distance pathfinding, as it's able to go around large scale obstacles before they're in render distance. In fact, when the chunkCaching setting is disabled and Baritone starts anew every time, or when you enter a completely new and very complicated area, it backtracks far more often because it has to build up that cache from scratch. But after it's gone through an area just once, the next time will have zero backtracking, since the entire area is now known and cached.
#set cachedChunksExpirySeconds -1source0.50.0f = not visible, fully transparent (instead of setting this to 0, turn off renderCachedChunks) 1.0f = fully opaque
#set cachedChunksOpacity 0.5sourcetrueCancel the current path if the goal has changed, and the path originally ended in the goal but doesn't anymore.
Currently only runs when either MineBehavior or FollowBehavior is active.
For example, if Baritone is doing "mine iron_ore", the instant it breaks the ore (and it becomes air), that location is no longer a goal. This means that if this setting is true, it will stop there. If this setting were off, it would continue with its path, and walk into that location. The tradeoff is if this setting is true, it mines ores much faster since it doesn't waste any time getting into locations that no longer contain ores, but on the other hand, it misses some drops, and continues on without ever picking them up.
Also on cosmic prisons this should be set to true since you don't actually mine the ore it just gets replaced with stone.
#set cancelOnGoalInvalidation falsesourcefalseCensor coordinates in goals and block positions
#set censorCoordinates truesourcefalseCensor arguments to ran commands, to hide, for example, coordinates to #goal
#set censorRanCommands truesourcetrueAllow chat based control of Baritone. Most likely should be disabled when Baritone is imported for use in something else
#set chatControl falsesourcefalseSome clients like Impact try to force chatControl to off, so here's a second setting to do it anyway
#set chatControlAnyway truesourcefalsePrint all the debug messages to chat
#set chatDebug truesourcetrueThe big one. Download all chunks in simplified 2-bit format and save them for better very-long-distance pathing.
#set chunkCaching falsesource2000The chunk packer queue can never grow to larger than this, if it does, the oldest chunks are discarded
The newest chunks are kept, so that if you're moving in a straight line quickly then stop, your immediate render distance is still included
#set chunkPackerQueueMaxSize 2000sourceColor.BLUEThe color of the best path so far
#set colorBestPathSoFar <value>sourceColor.REDThe color of the blocks to break
#set colorBlocksToBreak <value>sourceColor.GREENThe color of the blocks to place
#set colorBlocksToPlace <value>sourceColor.MAGENTAThe color of the blocks to walk into
#set colorBlocksToWalkInto <value>sourceColor.REDThe color of the current path
#set colorCurrentPath <value>sourceColor.GREENThe color of the goal box
#set colorGoalBox <value>sourceColor.REDThe color of the goal box when it's inverted
#set colorInvertedGoalBox <value>sourceColor.CYANThe color of the path to the most recent considered node
#set colorMostRecentConsidered <value>sourceColor.MAGENTAThe color of the next path
#set colorNextPath <value>sourceColor.CYANThe color of all selections
#set colorSelection <value>sourceColor.BLACKThe color of the selection pos 1
#set colorSelectionPos1 <value>sourceColor.ORANGEThe color of the selection pos 2
#set colorSelectionPos2 <value>sourcetrueFor example, if you have Mining Fatigue or Haste, adjust the costs of breaking blocks accordingly.
#set considerPotionEffects falsesource3.563This is the big A* setting. As long as your cost heuristic is an *underestimate*, it's guaranteed to find you the best path. 3.5 is always an underestimate, even if you are sprinting. If you're walking only (with allowSprint off) 4.6 is safe. Any value below 3.5 is never worth it. It's just more computation to find the same path, guaranteed. (specifically, it needs to be strictly slightly less than ActionCosts.WALK_ONE_BLOCK_COST, which is about 3.56)
Setting it at 3.57 or above with sprinting, or to 4.64 or above without sprinting, will result in faster computation, at the cost of a suboptimal path. Any value above the walk / sprint cost will result in it going straight at its goal, and not investigating alternatives, because the combined cost / heuristic metric gets better and better with each block, instead of slightly worse.
Finding the optimal path is worth it, so it's the default.
#set costHeuristic 3.563source5Stop 5 movements before anything that made the path COST_INF. For example, if lava has spread across the path, don't walk right up to it then recalculate, it might still be spreading lol
#set costVerificationLookahead 5sourcefalseAfter calculating a path (potentially through cached chunks), artificially cut it off to just the part that is entirely within currently loaded chunks. Improves path safety because cached chunks are heavily simplified.
This is much safer to leave off now, and makes pathing more efficient. More explanation in the issue.
#set cutoffAtLoadBoundary truesourcefalseDesktop notifications
#set desktopNotifications truesourcefalseTurn this on if your exploration filter is enormous, you don't want it to check if it's done, and you are just fine with it just hanging on completion
#set disableCompletionCheck truesourcefalseDisconnect from the server upon arriving at your goal
#set disconnectOnArrival truesourcetrueTrim incorrect positions too far away, helps performance but hurts reliability in very large schematics
#set distanceTrim falsesourcetrueallows baritone to save bed waypoints when interacting with beds
#set doBedWaypoints falsesourcetrueallows baritone to save death waypoints
#set doDeathWaypoints falsesourcetrueEcho commands to chat when they are run
#set echoCommands falsesourcetrueAutomatically land when elytra is almost out of durability, or almost out of fireworks
#set elytraAllowEmergencyLand falsesourcefalseShould elytra consider nether brick a valid landing block
#set elytraAllowLandOnNetherFortress truesourcefalseAutomatically path to and jump off of ledges to initiate elytra flight when grounded.
#set elytraAutoJump truesourcetrueAutomatically swap the current elytra with a new one when the durability gets too low
#set elytraAutoSwap falsesource5000Maximum distance chunks can be before being culled from the nether pathfinder chunk cache
#set elytraCacheCullDistance 5000sourcefalseVerbose chat logging in elytra mode
#set elytraChatSpam truesourcefalseIf enabled, avoids using fireworks when descending along the flight path.
#set elytraConserveFireworks truesource15The delay after the player's position is set-back by the server that a firework may be automatically deployed. Value is in ticks.
#set elytraFireworkSetbackUseDelay 15source1.2The minimum speed that the player can drop to (in blocks/tick) before a firework is automatically deployed.
#set elytraFireworkSpeed 1.2sourcetrueAutomatically elytra fly without having to force the client-sided rotations.
#set elytraFreeLook falsesource5The minimum fireworks before landing early for safety
#set elytraMinFireworksBeforeLanding 5source0.2The minimum padding value that is added to the player's hitbox when considering which point to fly to on the path. High values can result in points not being considered which are otherwise safe to fly to. Low values can result in flight paths which are extremely tight, and there's the possibility of crashing due to getting too low to the ground.
#set elytraMinimumAvoidance 0.2source5The minimum durability an elytra can have before being swapped
#set elytraMinimumDurability 5source146008555100680The seed used to generate chunks for long distance elytra path-finding in the nether. Defaults to 2b2t's nether seed.
#set elytraNetherSeed 146008555100680source25The maximum allowed deviation in pitch from a direct line-of-sight to the flight target. Higher values are computationally more expensive.
#set elytraPitchRange 25sourcefalseWhether nether-pathfinder should generate terrain based on elytraNetherSeed. If false all chunks that haven't been loaded are assumed to be air.
#set elytraPredictTerrain truesourcefalseRenders the raytraces that are used in the hitbox part of the elytra fly calculation. Requires elytraRenderRaytraces.
#set elytraRenderHitboxRaytraces truesourcefalseRenders the raytraces that are performed by the elytra fly calculation.
#set elytraRenderRaytraces truesourcetrueRenders the best elytra flight path that was simulated each tick.
#set elytraRenderSimulation falsesource20The number of ticks of elytra movement to simulate while firework boost is not active. Higher values are computationally more expensive.
#set elytraSimulationTicks 20sourcefalseSame as smoothLook but for elytra flying.
#set elytraSmoothLook truesourcefalseHas the user read and understood the elytra terms and conditions
#set elytraTermsAccepted truesourceTimeUnit.MINUTES.toSeconds(3)Time between culling far away chunks from the nether pathfinder chunk cache
#set elytraTimeBetweenCacheCullSecs TimeUnit.MINUTES.toSeconds(3)sourcetrueWhen running a goto towards a nether portal block, walk all the way into the portal instead of stopping one block before.
#set enterPortal falsesource10Take the 10 closest chunks, even if they aren't strictly tied for distance metric from origin.
#set exploreChunkSetMinimumSize 10sourcetrueWhen GetToBlock or non-legit Mine doesn't know any locations for the desired block, explore randomly instead of giving up.
#set exploreForBlocks falsesource64Attempt to maintain Y coordinate while exploring
-1 to disable
#set exploreMaintainY 64sourcefalseWhen the cache scan gives less blocks than the maximum threshold (but still above zero), scan the main world too.
Only if you have a beefy CPU and automatically mine blocks that are in cache
#set extendCacheOnThreshold truesourcefalseStart fading out the path at 20 movements ahead, and stop rendering it entirely 30 movements ahead. Improves FPS.
#set fadePath truesource2000Pathing can never take longer than this, even if that means failing to find any path at all
#set failureTimeoutMS 2000source256Farming will scan for at most this many blocks.
#set farmMaxScanSize 256source0The actual GoalNear is set in this direction from the entity you're following. This value is in degrees.
#set followOffsetDirection 0source0The actual GoalNear is set this distance away from the entity you're following
For example, set followOffsetDistance to 5 and followRadius to 0 to always stay precisely 5 blocks north of your follow target.
#set followOffsetDistance 0source3The radius (for the GoalNear) of how close to your target position you actually have to be
#set followRadius 3source0The maximum distance to the entity you're following
#set followTargetMaxDistance 0sourcetrueWhen mining block of a certain type, try to mine two at once instead of one. If the block above is also a goal block, set GoalBlock instead of GoalTwoBlocks If the block below is also a goal block, set GoalBlock to the position one down instead of GoalTwoBlocks
#set forceInternalMining falsesourcetrueMove without having to force the client-sided rotations
#set freeLook falsesourcefalseAs well as breaking from above, set a goal to up and to the side of all blocks to break.
Never turn this on without also turning on breakFromAbove.
#set goalBreakFromAbove truesource3Line width of the goal when rendered, in pixels
#set goalRenderLineWidthPixels 3source100The set of incorrect blocks can never grow beyond this size
#set incorrectSize 100sourcetrueModification to the previous setting, only has effect if forceInternalMining is true If true, only apply the previous setting if the block adjacent to the goal isn't air.
#set internalMiningAirException falsesourcefalseCome to a halt before doing any inventory moves. Intended for anticheat such as 2b2t
#set inventoryMoveOnlyIfStationary truesourcefalseStop using tools just before they are going to break.
#set itemSaver truesource10Durability to leave on the tool when using itemSaver
#set itemSaverThreshold 10source2Additional penalty for hitting the space bar (ascend, pillar, or parkour) because it uses hunger
#set jumpPenalty 2source1How high should the individual layers be?
#set layerHeight 1sourcefalsefalse = build from bottom to top
true = build from top to bottom
#set layerOrder truesourcefalseDisallow MineBehavior from using X-Ray to see where the ores are. Turn this option on to force it to mine "legit" where it will only mine an ore once it can actually see it, so it won't do or know anything that a normal player couldn't. If you don't want it to look like you're X-Raying, turn this on This will always explore, regardless of exploreForBlocks
#set legitMine truesourcefalseMagically see ores that are separated diagonally from existing ores. Basically like mining around the ores that it finds in case there's one there touching it diagonally, except it checks it un-legit-ly without having the mine blocks to see it. You can decide whether this looks plausible or not.
This is disabled because it results in some weird behavior. For example, it can """see""" the top block of a vein of iron_ore through a lava lake. This isn't an issue normally since it won't consider anything touching lava, so it just ignores it. However, this setting expands that and allows it to see the entire vein so it'll mine under the lava lake to get the iron that it can reach without mining blocks adjacent to lava. This really defeats the purpose of legitMine since a player could never do that lol, so thats one reason why its disabled
#set legitMineIncludeDiagonals truesource-59What Y level to go to for legit strip mining
#set legitMineYLevel -59sourcefalseShows popup message in the upper right corner, similarly to when you make an advancement
#set logAsToast truesource(msg) -> { try { final GuiMessageTag tag = useMessageTag.value ? Helper.MESSAGE_TAG : null; Minecraft.getInstance().gui.getChat().addMessage(msg, null, tag); } catch (Throwable t) { LOGGER.warn("Failed to log message to chat: " + msg.getString(), t); } }The function that is called when Baritone will log to chat. This function can be added to via Consumer#andThen(Consumer) or it can completely be overriden via setting Setting#value;
#set logger <value>sourcefalseBuild in map art mode, which makes baritone only care about the top block in each column
#set mapArtMode truesource10After finding this many instances of the target block in the cache, it will stop expanding outward the chunk search.
#set maxCachedWorldScanCount 10source10If a movement's cost increases by more than this amount between calculation and execution (due to changes in the environment / world), cancel and recalculate
#set maxCostIncrease 10source20How far are you allowed to fall onto solid ground (with a water bucket)? It's not that reliable, so I've set it below what would kill an unarmored player (23)
#set maxFallHeightBucket 20source3How far are you allowed to fall onto solid ground (without a water bucket)? 3 won't deal any damage. But if you just want to get down the mountain quickly and you have Feather Falling IV, you might set it a bit higher, like 4 or 5.
#set maxFallHeightNoWater 3source300If we are more than 300 movements into the current path, discard the oldest segments, as they are no longer useful
#set maxPathHistoryLength 300source2031Sets the maximum y level to mine ores at.
#set maxYLevelWhileMining 2031source250While mining, wait this number of milliseconds after mining an ore to see if it will drop an item instead of immediately going onto the next one
Thanks Louca
#set mineDropLoiterDurationMSThanksLouca 250source5Rescan for the goal once every 5 ticks. Set to 0 to disable.
#set mineGoalUpdateInterval 5source64Mine will not scan for or remember more than this many target locations. Note that the number of locations retrieved from cache is additionaly limited by maxCachedWorldScanCount.
#set mineMaxOreLocationsCount 64sourcetrueWhile mining, should it also consider dropped items of the correct type as a pathing destination (as well as ore blocks)?
#set mineScanDroppedItems falsesourcetrueDon't repropagate cost improvements below 0.01 ticks. They're all just floating point inaccuracies, and there's no point.
#set minimumImprovementRepropagation falsesource0Sets the minimum y level whilst mining - set to 0 to turn off. if world has negative y values, subtract the min world height to get the value to put here
#set minYLevelWhileMining 0source1.5Set to 1.0 to effectively disable this feature
Set below 1.0 to go out of your way to walk near mobs
#set mobAvoidanceCoefficient 1.5source8Distance to avoid mobs.
#set mobAvoidanceRadius 8source2.0Set to 1.0 to effectively disable this feature
Set below 1.0 to go out of your way to walk near mob spawners
#set mobSpawnerAvoidanceCoefficient 2.0source16Distance to avoid mob spawners.
#set mobSpawnerAvoidanceRadius 16source100If a movement takes this many ticks more than its initial cost estimate, cancel it
#set movementTimeoutTicks 100sourcetrueDesktop notification on build finished
#set notificationOnBuildFinished falsesourcetrueDesktop notification on explore finished
#set notificationOnExploreFinished falsesourcetrueDesktop notification on farm fail
#set notificationOnFarmFail falsesourcetrueDesktop notification on mine fail
#set notificationOnMineFail falsesourcetrueDesktop notification on path complete
#set notificationOnPathComplete falsesourceNotificationHelper::notifyThe function that is called when Baritone will send a desktop notification. This function can be added to via Consumer#andThen(Consumer) or it can completely be overriden via setting Setting#value;
#set notifier <value>source(empty)A list of blocks to become air
If a schematic asks for a block on this list, only air will be accepted at that location (and nothing on buildIgnoreBlocks)
#set okIfAir <value>sourcefalseOverride builder's behavior to not attempt to correct blocks that are currently water
#set okIfWater truesourcetrueIf we overshoot a traverse and end up one block beyond the destination, mark it as successful anyway.
This helps with speed exceeding 20m/s
#set overshootTraverse falsesource0.9Static cutoff factor. 0.9 means cut off the last 10% of all paths, regardless of chunk load state
#set pathCutoffFactor 0.9source30Only apply static cutoff for paths of at least this length (in terms of number of movements)
#set pathCutoffMinimumLength 30source50If the current path is too long, cut off this many movements from the beginning.
#set pathHistoryCutoffAmount 50source1024Default size of the Long2ObjectOpenHashMap used in pathing
#set pathingMapDefaultSize 1024source0.75Load factor coefficient for the Long2ObjectOpenHashMap used in pathing
Decrease for faster map operations, but higher memory usage
#set pathingMapLoadFactor 0.75source50The maximum number of times it will fetch outside loaded or cached chunks before assuming that pathing has reached the end of the known area, and should therefore stop.
#set pathingMaxChunkBorderFetch 50source5Line width of the path when rendered, in pixels
#set pathRenderLineWidthPixels 5sourcefalseExclusively use cached chunks for pathing
Never turn this on
#set pathThroughCachedOnly truesourcetrueWhen breaking blocks for a movement, wait until all falling blocks have settled before continuing
#set pauseMiningForFallingBlocks falsesource2Multiply the cost of placing a block that's incorrect in the builder's schematic by this coefficient
#set placeIncorrectBlockPenaltyMultiplier 2source5000Planning ahead while executing a segment can never take longer than this, even if that means failing to find any path at all
#set planAheadFailureTimeoutMS 5000source4000Planning ahead while executing a segment ends after this amount of time, but only if a path has been found
If no valid path (length above the minimum) has been found, pathing continues up until the failure timeout
#set planAheadPrimaryTimeoutMS 4000source150Start planning the next path once the remaining movements tick estimates sum up to less than this value
#set planningTickLookahead 150sourcefalseAlways prefer silk touch tools over regular tools. This will not sacrifice speed, but it will always prefer silk touch tools over other tools of the same speed. This includes always choosing ANY silk touch tool over your hand.
#set preferSilkTouch truesource"#"The command prefix for chat control
#set prefix "#"sourcetrueWhether or not to allow you to run Baritone commands with the prefix
#set prefixControl falsesource500Pathing ends after this amount of time, but only if a path has been found
If no valid path (length above the minimum) has been found, pathing continues up until the failure timeout
#set primaryTimeoutMS 500sourcetrueOn save, delete from RAM any cached regions that are more than 1024 blocks away from the player
Temporarily disabled
Temporarily reenabled
#set pruneRegionsFromRAM falsesource0.01How many degrees to randomize the pitch and yaw every tick. Set to 0 to disable
#set randomLooking 0.01source2How many degrees to randomize the yaw every tick. Set to 0 to disable
#set randomLooking113 2sourcetrueWhen true, the player will remain with its existing look direction as often as possible. Although, in some cases this can get it stuck, hence this setting to disable that behavior.
#set remainWithExistingLookDirection falsesourcefalse😎 Render cached chunks as semitransparent. Doesn't work with OptiFine 😠Rarely randomly crashes, see this issue.
Can be very useful on servers with low render distance. After enabling, you may need to reload the world in order for it to have an effect (e.g. disconnect and reconnect, enter then exit the nether, die and respawn, etc). This may literally kill your FPS and CPU because every chunk gets recompiled twice as much as normal, since the cached version comes into range, then the normal one comes from the server for real.
Note that flowing water is cached as AVOID, which is rendered as lava. As you get closer, you may therefore see lava falls being replaced with water falls.
SOLID is rendered as stone in the overworld, netherrack in the nether, and end stone in the end
#set renderCachedChunks truesourcetrueRender the goal
#set renderGoal falsesourcetrueRender the goal as a sick animated thingy instead of just a box (also controls animation of GoalXZ if renderGoalXZBeacon is enabled)
#set renderGoalAnimated falsesourcetrueIgnore depth when rendering the goal
#set renderGoalIgnoreDepth falsesourcefalseRenders X/Z type Goals with the vanilla beacon beam effect. Combining this with renderGoalIgnoreDepth will cause strange render clipping.
#set renderGoalXZBeacon truesourcetrueRender the path
#set renderPath falsesourcefalseRender the path as a line instead of a frickin thingy
#set renderPathAsLine truesourcetrueIgnore depth when rendering the path
#set renderPathIgnoreDepth falsesourcetrueRender selections
#set renderSelection falsesourcetrueRender selection boxes
#set renderSelectionBoxes falsesourcetrueIgnore depth when rendering the selection boxes (to break, to place, to walk into)
#set renderSelectionBoxesIgnoreDepth falsesourcetrueRender selection corners
#set renderSelectionCorners falsesourcetrueIgnore depth when rendering selections
#set renderSelectionIgnoreDepth falsesourcetrueWhenever a block changes, repack the whole chunk that it's in
#set repackOnAnyBlockChange falsesourcetrueReplant normal Crops while farming and leave cactus and sugarcane to regrow
#set replantCrops falsesourcefalseReplant nether wart while farming. This setting only has an effect when replantCrops is also enabled
#set replantNetherWart truesourcetrueWhen running a goto towards a container block (chest, ender chest, furnace, etc), right click and open it once you arrive.
#set rightClickContainerOnArrival falsesource4How many ticks between right clicks are allowed. Default in game is 4
#set rightClickSpeed 4source"schematic"The fallback used by the build command when no extension is specified. This may be useful if schematics of a particular format are used often, and the user does not wish to have to specify the extension with every usage.
#set schematicFallbackExtension "schematic"sourcefalseWhen this setting is true, build a schematic with the highest X coordinate being the origin, instead of the lowest
#set schematicOrientationX truesourcefalseWhen this setting is true, build a schematic with the highest Y coordinate being the origin, instead of the lowest
#set schematicOrientationY truesourcefalseWhen this setting is true, build a schematic with the highest Z coordinate being the origin, instead of the lowest
#set schematicOrientationZ truesource2Line width of the goal when rendered, in pixels
#set selectionLineWidth 2source.5The opacity of the selection. 0 is completely transparent, 1 is completely opaque
#set selectionOpacity .5sourcefalseUse a short Baritone prefix [B] instead of [Baritone] when logging to chat
#set shortBaritonePrefix truesourcetrueIf your goal is a GoalBlock in an unloaded chunk, assume it's far enough away that the Y coord doesn't matter yet, and replace it with a GoalXZ to the same place before calculating a path. Once a segment ends within chunk load range of the GoalBlock, it will go back to normal behavior of considering the Y coord. The reasoning is that if your X and Z are 10,000 blocks away, your Y coordinate's accuracy doesn't matter at all until you get much much closer.
#set simplifyUnloadedYCoord falsesourcefalseIf a layer is unable to be constructed, just skip it.
#set skipFailedLayers truesourcefalseFor debugging, consider nodes much much slower
#set slowPath truesource100Milliseconds between each node
#set slowPathTimeDelayMS 100source40000The alternative timeout number when slowPath is on
#set slowPathTimeoutMS 40000sourcefalseForces the client-sided yaw rotation to an average of the last smoothLookTicks of server-sided rotations.
#set smoothLook truesource5The number of ticks to average across for smoothLook;
#set smoothLookTicks 5sourcetrueWhen a new segment is calculated that doesn't overlap with the current one, but simply begins where the current segment ends, splice it on and make a longer combined path. If this setting is off, any planned segment will not be spliced and will instead be the "next path" in PathingBehavior, and will only start after this one ends. Turning this off hurts planning ahead, because the next segment will exist even if it's very short.
#set splicePath falsesourcetrueSprint and jump a block early on ascends wherever possible
#set sprintAscends falsesourcetrueContinue sprinting while in water
#set sprintInWater falsesource0Start building the schematic at a specific layer. Can help on larger builds when schematic wants to break things its already built
#set startAtLayer 0sourcefalseDon't allow breaking blocks next to liquids.
Enable if you have mods adding custom fluid physics.
#set strictLiquidCheck truesource1Wait this many ticks between InventoryBehavior moving inventory items
#set ticksBetweenInventoryMoves 1sourceBaritoneToast::addOrUpdateThe function that is called when Baritone will show a toast. This function can be added to via Consumer#andThen(Consumer) or it can completely be overriden via setting Setting#value;
#set toaster <value>sourcefalseUse a modern message tag instead of a prefix when logging to chat
#set useMessageTag truesourcetrueUse sword to mine.
#set useSwordToMine falsesourcefalsePrint out ALL command exceptions as a stack trace to stdout, even simple syntax errors
#set verboseCommandExceptions truesource3Walking on water uses up hunger really quick, so penalize it
#set walkOnWaterOnePenalty 3sourcetrueDon't stop walking forward when you need to break blocks in your way
#set walkWhileBreaking falsesource0While exploring the world, offset the closest unloaded chunk by this much in both axes.
This can result in more efficient loading, if you set this to the render distance.
#set worldExploringChunkOffset 0source15The size of the box that is rendered when the current goal is a GoalYLevel
#set yLevelBoxSize 15sourceBeyond the settings above, Settings declares the following. These are for code
using the Baritone API, not for players changing settings in chat.
Settings.Setting<T>nested classvalue and the defaultValue, and exposes the
setting's name and type.byLowerNameMap<String, Setting<?>>allSettingsList<Setting<?>>settingTypesMap<Setting<?>, Type>getAllValuesByType(Class<T>)methodList<Setting<T>> — every setting whose value type matches the given class.Author: leijurv. Baritone's settings apply to all Baritone instances.