documentation overhaul

This commit is contained in:
Leijurv
2019-02-05 12:34:29 -08:00
parent b12fedb2d9
commit cd3ae2a7f5
4 changed files with 83 additions and 15 deletions
+1 -10
View File
@@ -41,17 +41,8 @@ Here are some links to help to get started:
- [Javadocs](https://baritone.leijurv.com/)
# Chat control
[Defined Here](src/main/java/baritone/utils/ExampleBaritoneControl.java)
`help` for help.
Quick start example: `thisway 1000` or `goal 70` to set the goal, `path` to actually start pathing. Also try `mine diamond_ore`. `cancel` to cancel.
On v1.1.0 and newer: Put a `#` in front so that if you make a typo it doesn't go into public chat (anything beginning with `#` isn't sent).
For older than v1.1.0, `#` must be enabled by toggling on the `prefix` setting.
**Only** in Impact is `.b` also a valid prefix
- [Baritone chat control usage](USAGE.md)
# API example