Book Copy
🟡 Updated this year⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 👍 0.2% endorsement rate
- 🏆 #342 of 354 decoration mods in this game by downloads
📋 About This Mod
# Book Copy (https://img.shields.io/modrinth/v/jkOtP64i?logo=modrinth&color=008800)](https://modrinth.com/mod/book-copy) (https://img.shields.io/modrinth/game-versions/jkOtP64i?logo=modrinth&color=008800)](https://modrinth.com/mod/book-copy) (https://img.shields.io/modrinth/dt/jkOtP64i?logo=modrinth&color=008800)](https://modrinth.com/mod/book-copy) (https://img.shields.io/badge/chat-discord-%235865f2)](https://discord.gg/CNNkyWRkqm) (https://img.shields.io/badge/github-bookcopy-white?logo=github)](https://github.com/eclipseisoffline/bookcopy) !(https://img.shields.io/github/license/eclipseisoffline/bookcopy) !(https://img.shields.io/badge/available_for-fabric-_?color=%23dbd0b4) !(https://img.shields.io/badge/available_for-NeoForge-_?color=%23e58c53) This mod adds a simple client-side `/bookcopy` command, which allows you to save written books and import them later in another book. Feel free to report any bugs, or suggest new features, at the issue tracker. ## License This mod is licensed under GNU LGPLv3. ## Donating If you like this mod, consider (https://buymeacoffee.com/eclipseisoffline). ## Discord For support and/or any questions you may have, feel free to join (https://discord.gg/CNNkyWRkqm). ## Version support | Minecraft Version | Status | |--------------------|--------------| | 26.2.x | ✅ Current | | 26.1.x | ✔️ Available | | 1.21.6+7+8+9+10+11 | ✔️ Available | | 1.21.5 | ✔️ Available | | 1.21.4 | ✔️ Available | | 1.21.2+3 | ✔️ Available | | 1.21+1 | ✔️ Available | | 1.20.5+6 | ✔️ Available | | 1.20.4 | ✔️ Available | I try to keep support up for the latest drop of Minecraft. Updates to newer Minecraft versions may be delayed from time to time, as I do not always have the time to immediately update my mods. Unsupported versions are still available to download, but they won't receive new features or bugfixes. NeoForge ports are available for Minecraft 26.1 onwards. ## Usage The Fabric API is required on Fabric. This mod adds one simple command, `/bookcopy`. It can be used as follows: - `/bookcopy export <name> ` - exports the contents of the book you're holding to the given filename. - Set `overwrite` to true to overwrite books. - `/bookcopy import <name> ` - reads the contents of given filename and writes it to the book you're holding. - Set `sign` to true to automatically sign the book after importing it. Only works if the book was saved with a title. When exporting, you can use a written book or a book and quill to read from. When importing, you can only use a book and quill, since the contents of a written book can't be updated. Book contents are stored in the `.minecraft/config/bookcopy` folder. Book contents can be transferred across worlds. Below version `0.1.2-1.21.1`, book contents are stored in NBT. In version `0.1.2-1.21.1` support for reading JSON files was added, by adding `.json` at the end of your save names. JSON books are stored in the following format: ```json { "title": "Signed book title", "pages": } ```
# Book Copy
[!(https://img.shields.io/modrinth/v/jkOtP64i?logo=modrinth&color=008800)](https://modrinth.com/mod/book-copy) [!(https://img.shields.io/modrinth/game-versions/jkOtP64i?logo=modrinth&color=008800)](https://modrinth.com/mod/book-copy) [!(https://img.shields.io/modrinth/dt/jkOtP64i?logo=modrinth&color=008800)](https://modrinth.com/mod/book-copy) [!(https://img.shields.io/badge/chat-discord-%235865f2)](https://discord.gg/CNNkyWRkqm) [!(https://img.shields.io/badge/github-bookcopy-white?logo=github)](https://github.com/eclipseisoffline/bookcopy) !(https://img.shields.io/github/license/eclipseisoffline/bookcopy) !(https://img.shields.io/badge/available_for-fabric-_?color=%23dbd0b4) !(https://img.shields.io/badge/available_for-NeoForge-_?color=%23e58c53)
This mod adds a simple client-side `/bookcopy` command, which allows you to save written books and import them later in another book.
Feel free to report any bugs, or suggest new features, at the issue tracker.
This mod is licensed under GNU LGPLv3.
## Donating
If you like this mod, consider (https://buymeacoffee.com/eclipseisoffline).
For support and/or any questions you may have, feel free to join (https://discord.gg/CNNkyWRkqm).
## Version support
| Minecraft Version | Status | |--------------------|--------------| | 26. 2.x | ✅ Current | | 26. 1.x | ✔️ Available | | 1. 21. 6+7+8+9+10+11 | ✔️ Available | | 1. 21. 5 | ✔️ Available | | 1. 21. 4 | ✔️ Available | | 1. 21. 2+3 | ✔️ Available | | 1. 21+1 | ✔️ Available | | 1. 20. 5+6 | ✔️ Available | | 1. 20. 4 | ✔️ Available |
I try to keep support up for the latest drop of Minecraft. Updates to newer Minecraft versions may be delayed from time to time, as I do not always have the time to immediately update my mods.
Unsupported versions are still available to download, but they won't receive new features or bugfixes.
NeoForge ports are available for Minecraft 26. 1 onwards.
The Fabric API is required on Fabric.
This mod adds one simple command, `/bookcopy`. It can be used as follows:
- `/bookcopy export
[ ]` - exports the contents of the book you're holding to the given filename. - - Set `overwrite` to true to overwrite books.
- `/bookcopy import
[ ]` - reads the contents of given filename and writes it to the book you're holding. - - Set `sign` to true to automatically sign the book after importing it. Only works if the book was saved with a title.
When exporting, you can use a written book or a book and quill to read from. When importing, you can only use a book and quill, since the contents of a written book can't be updated.
Book contents are stored in the `.minecraft/config/bookcopy` folder. Book contents can be transferred across worlds.
Below version `0. 1. 2-1. 21. 1`, book contents are stored in NBT. In version `0. 1. 2-1. 21. 1` support for reading JSON files was added, by adding `.json` at the end of your save names. JSON books are stored in the following format:
```json { "title": "Signed book title", "pages": [ "This is a signed book.", "This is the second page!", "", "An empty page then this!", "Wow." ] } ```
📊 Mod Details
- Game
- Minecraft Mods
- Author
- eclipseisoffline
- Version
- 0.2.0-26.2
- Downloads
- 36,496
- Endorsements
- 55
- Category
- decoration
- Created
- 3/14/2024
- Updated
- 6/17/2026
- Game Versions
- 26.2
- Tags
- decoration, social, utility
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does Book Copy support?
The author lists 26.2. Other versions may work but are untested by the author.
What is the latest version of Book Copy?
Version 0.2.0-26.2, published 2026-06-17 with 36,496 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await