2018-09-03 09:25:44 -07:00
# Baritone
2018-09-16 20:23:08 -07:00
[](https://travis-ci.com/cabaletta/baritone)
2018-10-18 14:36:14 -07:00
[](https://github.com/cabaletta/baritone/releases)
2019-02-26 17:29:50 -06:00
[](LICENSE)
2018-10-13 12:36:05 -07:00
[](https://www.codacy.com/app/leijurv/baritone?utm_source=github.com& utm_medium=referral& utm_content=cabaletta/baritone& utm_campaign=Badge_Grade)
2018-10-27 09:25:53 -07:00
[](http://hits.dwyl.com/cabaletta/baritone)
2019-05-29 10:45:59 -07:00
[](https://github.com/cabaletta/baritone/releases)
2019-06-03 13:43:32 -07:00
[](https://minecraft.gamepedia.com/1.12.2)
[](https://minecraft.gamepedia.com/1.13.2)
2019-03-02 22:40:42 -08:00
[](https://github.com/cabaletta/baritone/blob/master/CODE_OF_CONDUCT.md)
2018-12-13 14:43:32 -08:00
[](https://snyk.io/test/github/cabaletta/baritone?targetFile=build.gradle)
2019-05-09 15:20:37 -07:00
[](https://github.com/cabaletta/baritone/issues)
2019-01-24 16:06:53 -08:00
[](https://github.com/cabaletta/baritone/issues/)
2019-01-24 16:25:35 -08:00
[](https://github.com/cabaletta/baritone/issues?q=is%3Aissue+is%3Aclosed)
2019-01-24 16:06:53 -08:00
[](https://github.com/cabaletta/baritone/pulls/)
2019-01-24 16:31:12 -08:00

2019-01-24 16:06:53 -08:00

2019-06-08 23:13:27 -07:00

2019-01-24 16:06:53 -08:00
[](https://github.com/cabaletta/baritone/graphs/contributors/)
[](https://github.com/cabaletta/baritone/commit/)
2019-05-30 20:49:04 -08:00
[](https://impactdevelopment.github.io/)
2019-06-06 23:54:52 -07:00
[](https://github.com/fr1kin/ForgeHax)
2019-03-12 23:29:08 -07:00
[](https://wweclient.com/)
2019-01-20 15:31:30 -08:00
[](https://futureclient.net/)
2019-03-21 16:58:31 -07:00
[](http://forthebadge.com)
[](http://forthebadge.com)
2019-01-24 16:10:21 -08:00
2018-11-06 20:12:02 -08:00
A Minecraft pathfinder bot.
2018-08-26 08:45:02 -07:00
2018-10-26 20:04:12 -07:00
Baritone is the pathfinding system used in [Impact ](https://impactdevelopment.github.io/ ) since 4.4. There's a [showcase video ](https://www.youtube.com/watch?v=yI8hgW_m6dQ ) made by @Adovin#3153 on Baritone's integration into Impact. [Here's ](https://www.youtube.com/watch?v=StquF69-_wI ) a video I made showing off what it can do.
2018-10-15 17:01:29 -07:00
2018-11-06 20:12:02 -08:00
This project is an updated version of [MineBot ](https://github.com/leijurv/MineBot/ ),
2019-06-02 21:33:10 -07:00
the original version of the bot for Minecraft 1.8.9, rebuilt for 1.12.2 and 1.13.2. Baritone focuses on reliability and particularly performance (it's over [30x faster ](https://github.com/cabaletta/baritone/pull/180#issuecomment-423822928 ) than MineBot at calculating paths).
2018-11-06 20:12:02 -08:00
2019-06-07 20:20:49 -07:00
Have committed at least once a day for the last 10 months =D 🦀
2019-02-01 22:54:14 -08:00
2019-02-11 19:21:08 -08:00
1Leijurv3DWTrGAfmmiTphjhXLvQiHg7K2
2019-02-22 18:12:04 -06:00
# Getting Started
2018-09-23 19:39:04 -05:00
Here are some links to help to get started:
2018-09-02 11:15:43 -07:00
2018-09-23 19:39:04 -05:00
- [Features ](FEATURES.md )
2018-09-03 10:04:48 -07:00
2019-02-27 15:46:28 -08:00
- [Installation & setup ](SETUP.md )
2018-09-13 12:14:10 -05:00
2019-04-26 23:17:18 -07:00
- [API Javadocs ](https://baritone.leijurv.com )
2019-01-28 11:57:58 -08:00
2019-02-22 23:32:23 -08:00
- [Settings ](https://baritone.leijurv.com/baritone/api/Settings.html#field.detail )
2019-02-10 16:44:09 -08:00
2019-02-05 12:34:29 -08:00
- [Baritone chat control usage ](USAGE.md )
2019-02-04 21:23:19 -08:00
2019-02-22 18:12:04 -06:00
# API
2019-05-05 23:57:56 -07:00
The API is heavily documented, you can find the Javadocs for the latest release [here ](https://baritone.leijurv.com ).
2019-02-22 18:12:04 -06:00
Please note that usage of anything located outside of the ``baritone.api` ` package is not supported by the API release
jar.
Below is an example of basic usage for changing some settings, and then pathing to a X/Z goal.
2018-08-27 12:02:51 -07:00
```
2018-09-23 19:23:57 -05:00
BaritoneAPI.getSettings().allowSprint.value = true;
2019-01-28 10:59:08 -08:00
BaritoneAPI.getSettings().primaryTimeoutMS.value = 2000L;
2018-08-27 12:02:51 -07:00
2018-11-18 17:32:16 -08:00
BaritoneAPI.getProvider().getPrimaryBaritone().getCustomGoalProcess().setGoalAndPath(new GoalXZ(10000, 20000));
2018-08-29 12:25:03 -07:00
```
2018-09-02 18:01:41 -05:00
# FAQ
2018-11-19 17:14:54 -08:00
## Can I use Baritone as a library in my custom utility client?
2018-08-29 12:25:03 -07:00
2019-06-09 23:56:54 -07:00
That's what it's for, sure! (As long as usage is in compliance with the LGPL 3.0 License)
2018-08-29 12:25:03 -07:00
2018-09-02 18:01:41 -05:00
## How is it so fast?
2018-08-29 12:25:03 -07:00
2019-03-11 22:21:35 -07:00
Magic. (Hours of [leijurv ](https://github.com/leijurv ) enduring excruciating pain)
2018-09-15 08:14:57 -07:00
## Why is it called Baritone?
2018-09-25 19:04:34 -05:00
It's named for FitMC's deep sultry voice.