You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+29-12
Original file line number
Diff line number
Diff line change
@@ -15,37 +15,50 @@ Go to the official page by clicking [this link](https://thewilley.github.io/Text
15
15
16
16
## Introduction
17
17
18
-
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.
18
+
Text2Book is a web application that allows users to convert text into Minecraft books by generating commands for command
19
+
blocks or text sections which can be manually copied over. This tool is designed to simplify the process of creating
20
+
in-game books with custom content for Minecraft players and mapmakers. Instead of manually entering lengthy commands or
21
+
taking a wild guess how much text to copy over on each page, Text2Book automates the process, making it quicker and more
22
+
user-friendly.
19
23
20
24
## Features
25
+
21
26
-**Text Input**: Enter the desired text content directly into the application.
22
27
-**Command Generation**: Generate the necessary commands to create the Minecraft books with the desired content.
23
-
-**Text Generation**: Generate text sections which can be copied over to your Minecraft book.
28
+
-**Text Generation**: Generate text sections which can be copied over to your Minecraft book.
24
29
-**Copy to Clipboard**: Easily copy the generated commands to your clipboard for quick in-game implementation.
25
30
26
31
## How to Use
27
32
28
33
There are two generation modes you can choose from: **Commands** or **Text**.
29
34
30
-
31
35
### Text Generation:
36
+
32
37
1.**Input Text**: Enter the content you wish to appear in your Minecraft book in the designated text box.
33
38
34
-
2.**Generate Text**: Click the "Generate Text" button after entering your desired content. The application will process your input and generate the necessary sections of text for your Minecraft book.
39
+
2.**Generate Text**: Click the "Generate Text" button after entering your desired content. The application will process
40
+
your input and generate the necessary sections of text for your Minecraft book.
35
41
36
-
3.**Copy Text**: Once the text sections are generated, they will be displayed on the screen. Click the "Copy" button next to each section to copy them to your clipboard.
42
+
3.**Copy Text**: Once the text sections are generated, they will be displayed on the screen. Click the "Copy" button
43
+
next to each section to copy them to your clipboard.
37
44
38
-
4.**Implement in Minecraft**: Open Minecraft and access the book interface. Paste the copied text sections into each page of the book manually.
45
+
4.**Implement in Minecraft**: Open Minecraft and access the book interface. Paste the copied text sections into each
46
+
page of the book manually.
39
47
40
48
### Command Generation
41
49
42
-
1.**Input Text**: On the main page, you will find a text input box where you can enter the content you want to appear in your Minecraft book.
50
+
1.**Input Text**: On the main page, you will find a text input box where you can enter the content you want to appear
51
+
in your Minecraft book.
43
52
44
-
2.**Generate Commands**: After entering desired content, click the "Generate" button. The application will process your input and generate the necessary commands to create the Minecraft book with the given content.
53
+
2.**Generate Commands**: After entering desired content, click the "Generate" button. The application will process your
54
+
input and generate the necessary commands to create the Minecraft book with the given content.
45
55
46
-
4.**Copy Commands**: Once the commands are generated, you will see them on the screen. Click the "Copy" button next to the commands to copy them to your clipboard.
56
+
4.**Copy Commands**: Once the commands are generated, you will see them on the screen. Click the "Copy" button next to
57
+
the commands to copy them to your clipboard.
47
58
48
-
5.**Implement in Minecraft**: Open your Minecraft world and access a command block. Paste the copied commands into the command block to create the Minecraft book. Activate the command block, and the book will be available in-game for players to read.
59
+
5.**Implement in Minecraft**: Open your Minecraft world and access a command block. Paste the copied commands into the
60
+
command block to create the Minecraft book. Activate the command block, and the book will be available in-game for
61
+
players to read.
49
62
50
63
## Installation
51
64
@@ -63,8 +76,12 @@ To run the application without any installation, go to [this link](https://thewi
63
76
64
77
## License
65
78
66
-
Text2Book is licensed under the [MIT License](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.
79
+
Text2Book is licensed under the [MIT License](LICENSE), which allows you to use, modify, and distribute the code for
80
+
personal and commercial purposes. However, it comes with no warranties or guarantees. If you use Text2Book, please
81
+
provide attribution to the original repository and authors.
67
82
68
83
---
69
84
70
-
I hope you find Text2Book useful for creating custom Minecraft books! Enjoy your Minecraft adventures with personalized in-game books! If you have any questions or encounter any issues, feel free to reach out to me through the repository's issue tracker. Happy gaming!
85
+
I hope you find Text2Book useful for creating custom Minecraft books! Enjoy your Minecraft adventures with personalized
86
+
in-game books! If you have any questions or encounter any issues, feel free to reach out to me through the repository's
0 commit comments