Skip to content
VADemon edited this page Nov 11, 2018 · 4 revisions

Misc > BookBot enables automatic book writing and saving. It can read text from file to write a book automatically or it will save a Minecraft book to a text file.

Default path: %appdata%/.minecraft/forgehax/ (in path of your Minecraft folder)

.bookbot enabled <0/1> - only shows the HUD and stats, commands work regardless

.bookbot name <string> - The name of your book in-game. Use {NUMBER} placeholder if you have multiple tomes to be written. Default: Book #{NUMBER}

.bookbot prettify <0/1> - Enables whole word wrapping. Can cause book size to increase dramatically. Default: 1

.bookbot sleep <ms> - Sleep time in ms. Increase, if you have problems on servers. Default: 300

.bookbot file <string> - custom file name to read from/save to. Must be a .txt or .book file

"book_name.txt" - will read from forgehax/book_name.txt but save to forgehax/book_name.book

.bookbot save - save currently selected book's contents to text file

.bookbot load - load file specified in name into memory

.bookbot start [page] - Start writing a book. Optionally, you can tell to skip [number of pages] of the input file

.bookbot reset - pauses currently running writing task

.bookbot resume

.bookbot delete - deletes current writing task. You must use this command if you have a finished task, to continue writing new separate books.


Writing a book - Tutorial

Sample text:

My first book!
:PAGE::PAGE:MCBuild is a custom Minecraft client with advanced auto-building functions and some other nice features. Given a build specification and an amount of building materials available in your inventory it can automatically place blocks for you. The auto-building function can be used for mundane building tasks, like filling holes with dirt, or covering roofs with slabs. It can be used for building simple parametric shapes, e.g. floors, walls, rings, spheres. But it also can be used for building complex projects and even redstone mechanisms.

:PAGE: is a special marker for BookBot to separate pages. You can use it to leave blank pages!

  1. Save this text to .minecraft/forgehax/first_book.txt
  2. .bookbot file "first_book.txt"
  3. .bookbot name "My First Book Ever! #{NUMBER}/1" Because we know there's only 1 tome to be written, so it will become "My First Book Ever! #1/1"
  4. Move Book and Quill to hotbar
  5. .bookbot start - it should start and finish writing
  6. .bookbot delete - since it has finished writing, we can kill this finished task
Clone this wiki locally