Compatibility
Minecraft: Java Edition
Platforms
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Details
Traveler's Journal
The Travelers Journal can be given to a player on join and its contents can be managed by the server admin. This allows for welcome instructions as well as avenues for setting up adventures for your new players.
Features
- 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
Configuration
The mod can be configured through files in the config/travelers-journal/
directory:
Basic Settings (config.txt
)
title=Traveler's Journal
author=Server
give_at_spawn=true
debug_logging=false
legacy_titles=Traveller's Journal,Travelers Journal
Journal Content
Create or edit config/travelers-journal/travelers_journal.md
to set your journal's content. The mod supports standard Minecraft text formatting:
- 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
Preview Your Journal
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
This makes it easy to format and test your journal content before players see it in-game!
Support
Join the GBTI Network!
The GBTI Network is a membership community:
- Access to our private Minecraft server
- Exclusive development tools and resources
- Private repositories and code libraries
- 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.
Other ways to Support:
- Star us on GitHub
- Report issues on our Issue Tracker
- Contribute through Pull Requests
- Heart us on Modrinth
License
This project is licensed under the GNU General Public License v3.0