Introduction • Features • Usage • License
Text2Book is a web application that allows users to convert text into Minecraft books by generating commands for command blocks or text sections which can be manually copied over. This tool is designed to simplify the process of creating in-game books with custom content for Minecraft players and mapmakers. Instead of manually entering lengthy commands or taking a wild guess how much text to copy over on each page, Text2Book automates the process, making it quicker and more user-friendly.
- Text and File Input: Enter the desired text content directly into the application or upload a text file.
- Command and Text Generation: Generate the necessary commands or text section to create the Minecraft books with the desired content.
- File and Text output: Save generated content as a file or display directly within the app in a list.
- Export and Import: Save your progress and import it later to continue working on your Minecraft book.
- Minecraft Version Selection:
Choose between Java and Bedrock versions to generate the appropriate commands.(Only Java works for now — Bedrock is under development, see #21) - Copy to Clipboard: Easily copy the generated commands or text lines to your clipboard for quick in-game implementation.
Simply go to the official webpage to get started, or run the app yourself by following these steps:
# Clone this repository
$ git clone https://github.com/thewilley/Text2Book.git
# Go into the repository
$ cd Text2Book
# Install dependencies
$ npm install
# Build app
$ npm run build
# If you want to start the app
$ npm run preview
# If you want to develop the app
$ npm run dev
Text2Book is licensed under the MIT License, which allows you to use, modify, and distribute the code for personal and commercial purposes. However, it comes with no warranties or guarantees. If you use Text2Book, please provide attribution to the original repository and authors.