Modscraper Modscraper Minecraft
txt2book logo

txt2book

Mod

Convert texts into Minecraft books

Type

Mod

Modrinth Downloads

1,029

Modrinth ID

P1noBiY1

Last Updated

May 31, 2026

Description

txt2book

This mod allows you to import books or articles from supported websites and convert them into in-game Minecraft books.

Supported Websites:

  • Telegraph (good)
  • Ponyfiction (good)
  • Ficbook (good with small texts)
  • .docx documents (WIP)

You can set up a proxy in the config.

How to Use

To import a book, use the following command:

/txt2book <source> <workId> [signed]

Example:

/txt2book ponyfiction 333

This will import the story from ponyfiction.org/story/333 and give you a Minecraft book.

You can also specify whether the book should be signed (minecraft:written_book) or unsigned (minecraft:writable_book). By default, the book will be signed.

Examples:

  • /txt2book ponyfiction 333 true – Creates a signed book.
  • /txt2book ponyfiction 333 false – Creates an unsigned, writable book.

Finding workId:

  • Ficbook: ficbook.net/readfic/**10936980** → Work ID is "10936980"
  • Ponyfiction: ponyfiction.org/story/**220** → Work ID is "220"
  • Telegraph: telegra.ph/**Pikabu-Puls-August-2024-09-16** → Work ID is "Pikabu-Puls-August-2024-09-16"

Example of a Minecraft book

Admin Commands

  • /txt2book reload – Reloads the configuration.
  • /txt2book resetCache – Clears the book cache, allowing faster access to recently imported books.

Permissions

By default, all commands are restricted to server operators. You can adjust access using the permission system.

  • ru.pyxiion.txt2book – Permission to use the main command.
  • ru.pyxiion.txt2book.ficbook – Permission to import books from Ficbook.
  • ru.pyxiion.txt2book.ponyfiction
  • ru.pyxiion.txt2book.telegraph
  • ru.pyxiion.txt2book.docx
  • ru.pyxiion.txt2book.reload – Permission to reload the mod configuration.
  • ru.pyxiion.txt2book.resetCache – Permission to reset the book cache.

Configuration

File: config/txt2book.toml

Parameters:

  • config_version — do not modify this value.
  • lang — mod language. You can set "ru" or "en", or add your own language.
  • maximum_file_size — maximum size for imported files.
  • [characters], [characters.category], [characters.width] — system parameters.
  • [langs.X] — messages for language X.

Language Support

The mod supports both English and Russian. You can select or add languages in the configuration file (txt2book.toml).

Some limitations

The mod does not support all possible letters. It filters them out if the mod doesn't know their size.

About docx importing

The first title in a document is considered the title of the book. All subsequent titles are chapter titles.

Plans

  • Improve .docx importing
  • Improve Ficbook importing

Let me know if you found a bug or have a suggestion, such as adding a new source.

Fabric API required

Compatibility

Mod Loaders

Fabric

Game Versions

1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 +2 more

Similar Mods

External Resources