A Minecraft mod that provides players with a special journal that updates its contents dynamically. Built with Fabric for Minecraft 1.21.1.
- Dynamic journal content that updates when used
- Automatic distribution to new players
- Server-side implementation for multiplayer compatibility
- Customizable content through configuration
- Real-time preview system for journal formatting
- Install Fabric Loader
- Download the latest version of Traveler's Journal from the releases page
- Place the .jar file in your server's
mods
folder - Install the required dependencies:
- Fabric API
The mod can be configured through files in the config/travelers-journal/
directory:
title=Traveler's Journal
author=Server
give_at_spawn=true
debug_logging=false
legacy_titles=Traveller's Journal,Travelers Journal
Create or edit config/travelers-journal/travelers_journal.md
to set your journal's content. The mod supports:
- Markdown-style formatting:
- Bold:
**text**
- Italic:
*text*
- Underline:
_text_
- Bold:
- Color codes:
<color>text<>
where color is one of:black
,dark_blue
,dark_green
,dark_aqua
dark_red
,dark_purple
,gold
,gray
dark_gray
,blue
,green
,aqua
red
,light_purple
,yellow
,white
- Page breaks: Use
[page]
to start a new page
After installing the mod, you can preview how your journal will look in-game:
- Navigate to
config/travelers-journal/preview/
- Open
index.html
in your web browser - Edit your journal content in the left panel
- See a real-time preview on the right
The preview supports:
- Page breaks with
[page]
- Markdown-style formatting:
- Bold:
**text**
- Italic:
*text*
- Underline:
_text_
- Bold:
- Color codes:
<c>text<>
where c is 0-9 or a-f - Bullet points: Start a line with
-
This makes it easy to format and test your journal content before players see it in-game!
The GBTI Network is more than just a community - it's a thriving ecosystem of developers, gamers, and creators! Our members enjoy:
- 🎮 Access to our private Minecraft server
- 💻 Exclusive development tools and resources
- 📚 Private repositories and code libraries
- 👥 Active Discord community for collaboration
- 🌟 Member directory listing to showcase your work
- 🤝 Co-op opportunities and project partnerships
- 🎯 Early access to new features and tools
Support our work by becoming a GBTI Network member.
- 🌟 Star us on GitHub
- 🐛 Report issues on our Issue Tracker
- 💡 Contribute through Pull Requests
- ⭐ Rate us on Modrinth
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
Note: For development and contribution guidelines, please see CONTRIBUTING.md